API del Proyecto Integrado ¶
Aquí encontramos la funcionalidad de cada clase, función, constante, metodo y otros.
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\assets\CSAsset | |
app\assets\PwsAsset | |
app\commands\HelloController | This command echoes the first argument that you have entered. |
app\components\HerokuTarget | |
app\controllers\ActividadesController | ActividadesController implements the CRUD actions for Actividades model. |
app\controllers\AtributosController | AtributosController implements the CRUD actions for Atributos model. |
app\controllers\ComentariosController | ComentariosController implements the CRUD actions for Comentarios model. |
app\controllers\EntrenamientosController | EntrenamientosController implements the CRUD actions for Entrenamientos model. |
app\controllers\LikesController | LikesController implements the CRUD actions for Likes model. |
app\controllers\SeguidoresController | SeguidoresController implements the CRUD actions for Seguidores model. |
app\controllers\SiteController | |
app\controllers\UsuariosController | UsuariosController implements the CRUD actions for Usuarios model. |
app\models\Actividades | This is the model class for table "actividades". |
app\models\ActividadesSearch | ActividadesSearch represents the model behind the search form of app\models\Actividades . |
app\models\Atributos | This is the model class for table "atributos". |
app\models\AtributosSearch | AtributosSearch represents the model behind the search form of app\models\Atributos . |
app\models\Comentarios | This is the model class for table "comentarios". |
app\models\ContactForm | ContactForm is the model behind the contact form. |
app\models\EmailRecuperarForm | |
app\models\Entrenamientos | This is the model class for table "entrenamientos". |
app\models\EntrenamientosSearch | EntrenamientosSearch represents the model behind the search form of app\models\Entrenamientos . |
app\models\Likes | This is the model class for table "likes". |
app\models\LoginForm | LoginForm is the model behind the login form. |
app\models\Seguidores | This is the model class for table "seguidores". |
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: |