API del Proyecto Integrado ¶
Este es el documento que explica el API del proyecto...
Class Reference
Class | Description |
---|---|
Yii | Yii is a helper class serving common framework functionalities. |
YiiRequirementChecker | YiiRequirementChecker allows checking, if current system meets the requirements for running the Yii application. |
app\assets\AppAsset | Main application asset bundle. |
app\commands\HelloController | This command echoes the first argument that you have entered. |
app\components\HerokuTarget | |
app\controllers\AdopcionesController | AdopcionesController implements the CRUD actions for Adopciones model. |
app\controllers\AnimalesController | AnimalesController implements the CRUD actions for Animales model. |
app\controllers\FacturasController | FacturasController implements the CRUD actions for Facturas model. |
app\controllers\HistorialesController | HistorialesController implements the CRUD actions for Historiales model. |
app\controllers\MensajesController | MensajesController implements the CRUD actions for Mensajes model. |
app\controllers\RazasController | RazasController implements the CRUD actions for Razas model. |
app\controllers\RolesController | RolesController implements the CRUD actions for Roles model. |
app\controllers\SessionController | SessionController implements the CRUD actions for Session model. |
app\controllers\SiteController | |
app\controllers\TiposController | TiposController implements the CRUD actions for Tipos model. |
app\controllers\UsuariosController | UsuariosController implements the CRUD actions for Usuarios model. |
app\models\Adopciones | This is the model class for table "adopciones". |
app\models\AdopcionesSearch | AdopcionesSearch represents the model behind the search form of app\models\Adopciones . |
app\models\Animales | This is the model class for table "animales". |
app\models\AnimalesSearch | AnimalesSearch represents the model behind the search form of app\models\Animales . |
app\models\ContactForm | ContactForm is the model behind the contact form. |
app\models\Facturas | This is the model class for table "facturas". |
app\models\FacturasSearch | FacturasSearch represents the model behind the search form of app\models\Facturas . |
app\models\Fotosanimal | This is the model class for table "fotosanimal". |
app\models\Historiales | This is the model class for table "historiales". |
app\models\HistorialesSearch | HistorialesSearch represents the model behind the search form of app\models\Historiales . |
app\models\LoginForm | LoginForm is the model behind the login form. |
app\models\Mensajes | This is the model class for table "mensajes". |
app\models\MensajesSearch | MensajesSearch represents the model behind the search form of app\models\Mensajes . |
app\models\Razas | This is the model class for table "razas". |
app\models\RazasSearch | RazasSearch represents the model behind the search form of app\models\Razas . |
app\models\Roles | This is the model class for table "roles". |
app\models\RolesSearch | RolesSearch represents the model behind the search form of app\models\Roles . |
app\models\Session | This is the model class for table "session". |
app\models\SessionSearch | SessionSearch represents the model behind the search form of app\models\Session . |
app\models\SolicitarAdopcionForm | |
app\models\Tipos | This is the model class for table "tipos". |
app\models\TiposSearch | TiposSearch represents the model behind the search form of app\models\Tipos . |
app\models\User | |
app\models\Usuarios | This is the model class for table "usuarios". |
app\models\UsuariosSearch | UsuariosSearch represents the model behind the search form of app\models\Usuarios . |
app\widgets\Alert | Alert widget renders a message from session flash. All flash messages are displayed in the sequence they were assigned using setFlash. You can set message as following: |