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\commands\UsuariosController Comandos relaciones con el mantenimiento de los usuarios.
app\components\Clasificacion
app\components\HerokuTarget
app\controllers\ComentarPartidosController
app\controllers\ComentariosController
app\controllers\EquiposController EquiposController implements the CRUD actions for Equipos model.
app\controllers\EquiposUsuariosController EquiposUsuariosController implements the CRUD actions for EquiposUsuarios model.
app\controllers\JugadoresController JugadoresController implements the CRUD actions for Jugadores model.
app\controllers\LigasController LigasController implements the CRUD actions for Ligas model.
app\controllers\NoticiasController NoticiasController implements the CRUD actions for Noticias model.
app\controllers\ParticipantesController ParticipantesController implements the CRUD actions for Participantes model.
app\controllers\PartidosController
app\controllers\PlantillaUsuarioController PlantillaUsuarioController implements the CRUD actions for PlantillaUsuario model.
app\controllers\PostsController PostsController implements the CRUD actions for Posts model.
app\controllers\RespuestasController
app\controllers\SiteController
app\controllers\UsuariosController UsuariosController implements the CRUD actions for Usuarios model.
app\helpers\EncodeHelper
app\models\ComentarPartidos This is the model class for table "comentar_partidos".
app\models\Comentarios This is the model class for table "comentarios".
app\models\ContactForm ContactForm is the model behind the contact form.
app\models\DetallesPartidos This is the model class for table "detalles_partidos".
app\models\EquiposUsuarios This is the model class for table "equipos_usuarios".
app\models\Jugadores This is the model class for table "jugadores".
app\models\JugadoresSearch JugadoresSearch represents the model behind the search form of app\models\Jugadores.
app\models\Ligas This is the model class for table "ligas".
app\models\LoginForm LoginForm is the model behind the login form.
app\models\NoticiasSearch NoticiasSearch represents the model behind the search form of app\models\Noticias.
app\models\Notificar ContactForm is the model behind the contact form.
app\models\Paises This is the model class for table "paises".
app\models\Participantes This is the model class for table "participantes".
app\models\Partidos This is the model class for table "partidos".
app\models\Plantilla This is the model class for table "plantilla".
app\models\Posiciones This is the model class for table "posiciones".
app\models\Posts This is the model class for table "posts".
app\models\User
app\models\UsuariosId This is the model class for table "usuarios_id".
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: