Class Reference
Class | Description |
---|---|
app\assets\AppAsset | |
app\assets\AppAssetJS | |
app\assets\FontAsset | |
app\commands\HelloController | This command echoes the first argument that you have entered. |
app\controllers\CategoriasController | CategoriasController implementa un CRUD de acciones para el modelo Categoria. |
app\controllers\PublicacionesController | PublicacionesController implementa un CRUD de acciones para el Modelo Publicacioens |
app\controllers\ReportesController | ReportesController implemente un CRUD de acciones para el modelo Reporte. |
app\controllers\SiteController | |
app\controllers\TiposAnimalesController | TipoAnimalController implementa un CRUD de acciones para el modelo TipoAnimal. |
app\controllers\user\AdminController | AdminController implementa el CRUD de acciones para Admin. |
app\controllers\user\ProfileController | ProfileController implementa un CRUD de acciones para el modelo Profile. |
app\controllers\user\RegistrationController | RegistrarionController implementa un CRUD de acciones para el modelo Registration. |
app\controllers\user\SecurityController | SecurityController implementa un CRUD de acciones para el modelo Security. |
app\controllers\user\SettingsController | SettingsController implementa un CRUD de acciones para el modelo Setting. |
app\models\Categoria | This is the model class for table "categorias". |
app\models\CategoriaSearch | CategoriaSearch represents the model behind the search form about app\models\Categoria . |
app\models\ContactForm | ContactForm is the model behind the contact form. |
app\models\LoginForm | LoginForm is the model behind the login form. |
app\models\Profile | |
app\models\Publicacion | This is the model class for table "publicaciones". |
app\models\PublicacionSearch | PublicacionSearch represents the model behind the search form about app\models\Publicacion . |
app\models\Reporte | This is the model class for table "reportes". |
app\models\ReporteSearch | ReporteSearch represents the model behind the search form about app\models\Reporte . |
app\models\SettingsForm | |
app\models\TipoAnimal | This is the model class for table "tipos_animales". |
app\models\TipoAnimalSearch | TipoAnimalSearch represents the model behind the search form of app\models\TipoAnimal . |
app\models\UploadForm | |
app\models\User | |
dektrium\user\Module | This is the main module class for the Yii2-user. |