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\AccountController | |
app\commands\HelloController | This command echoes the first argument that you have entered. |
app\components\HerokuTarget | |
app\controllers\AlbumesCancionesController | AlbumesCancionesController implements the CRUD actions for AlbumesCanciones model. |
app\controllers\AlbumesController | AlbumesController implements the CRUD actions for Albumes model. |
app\controllers\BloqueadosController | BloqueadosController implements the CRUD actions for Bloqueados model. |
app\controllers\CancionesController | CancionesController implements the CRUD actions for Canciones model. |
app\controllers\CancionesPlaylistController | CancionesPlaylistController implements the CRUD actions for CancionesPlaylist model. |
app\controllers\ChatController | ChatController implements the CRUD actions for Chat model. |
app\controllers\ComentariosController | ComentariosController implements the CRUD actions for Comentarios model. |
app\controllers\EstadosController | EstadosController implements the CRUD actions for Estados model. |
app\controllers\GenerosController | GenerosController implements the CRUD actions for Generos model. |
app\controllers\LikesController | LikesController implements the CRUD actions for Likes model. |
app\controllers\PagosController | PagosController implements the CRUD actions for Pagos model. |
app\controllers\PlaylistsController | PlaylistsController implements the CRUD actions for Playlists model. |
app\controllers\ProvinciasController | ProvinciasController implements the CRUD actions for Provincias model. |
app\controllers\RolesController | RolesController implements the CRUD actions for Roles model. |
app\controllers\SeguidoresController | SeguidoresController implements the CRUD actions for Seguidores model. |
app\controllers\SiteController | |
app\controllers\SolicitudesSeguimientoController | SolicitudesSeguimientoController implements the CRUD actions for SolicitudesSeguimiento model. |
app\controllers\UsuariosController | UsuariosController implements the CRUD actions for Usuarios model. |
app\controllers\VideoclipsController | VideoclipsController implements the CRUD actions for Videoclips model. |
app\models\Albumes | This is the model class for table "albumes". |
app\models\AlbumesCanciones | This is the model class for table "albumes_canciones". |
app\models\AlbumesCancionesSearch | AlbumesCancionesSearch represents the model behind the search form of app\models\AlbumesCanciones . |
app\models\AlbumesSearch | AlbumesSearch represents the model behind the search form of app\models\Albumes . |
app\models\Bloqueados | This is the model class for table "bloqueados". |
app\models\BloqueadosSearch | BloqueadosSearch represents the model behind the search form of app\models\Bloqueados . |
app\models\Canciones | This is the model class for table "canciones". |
app\models\CancionesPlaylist | This is the model class for table "canciones_playlist". |
app\models\CancionesPlaylistSearch | CancionesPlaylistSearch represents the model behind the search form of app\models\CancionesPlaylist . |
app\models\CancionesSearch | CancionesSearch represents the model behind the search form of app\models\Canciones . |
app\models\Chat | This is the model class for table "chat". |
app\models\ChatSearch | ChatSearch represents the model behind the search form of app\models\Chat . |
app\models\Comentarios | This is the model class for table "comentarios". |
app\models\ComentariosSearch | ComentariosSearch represents the model behind the search form of app\models\Comentarios . |
app\models\ContactForm | ContactForm is the model behind the contact form. |
app\models\Estados | This is the model class for table "estados". |
app\models\EstadosSearch | EstadosSearch represents the model behind the search form of app\models\Estados . |
app\models\Generos | This is the model class for table "generos". |
app\models\GenerosSearch | GenerosSearch represents the model behind the search form of app\models\Generos . |
app\models\Likes | This is the model class for table "likes". |
app\models\LikesSearch | LikesSearch represents the model behind the search form of app\models\Likes . |
app\models\LoginForm | LoginForm is the model behind the login form. |
app\models\Pagos | This is the model class for table "pagos". |
app\models\PagosSearch | PagosSearch represents the model behind the search form of app\models\Pagos . |
app\models\Playlists | This is the model class for table "playlists". |
app\models\PlaylistsSearch | PlaylistsSearch represents the model behind the search form of app\models\Playlists . |
app\models\Provincias | This is the model class for table "provincias". |
app\models\ProvinciasSearch | ProvinciasSearch represents the model behind the search form of app\models\Provincias . |
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\Seguidores | This is the model class for table "seguidores". |
app\models\SeguidoresSearch | SeguidoresSearch represents the model behind the search form of app\models\Seguidores . |
app\models\SolicitudesSeguimiento | This is the model class for table "solicitudes_seguimiento". |
app\models\SolicitudesSeguimientoSearch | SolicitudesSeguimientoSearch represents the model behind the search form of app\models\SolicitudesSeguimiento . |
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\models\Videoclips | This is the model class for table "videoclips". |
app\models\VideoclipsSearch | VideoclipsSearch represents the model behind the search form of app\models\Videoclips . |
app\services\Utility | |
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: |
app\widgets\DataColumn |