Skip to content

Instantly share code, notes, and snippets.

@vihugarcia
Created April 28, 2015 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vihugarcia/2384982c4ac6c0a6d788 to your computer and use it in GitHub Desktop.
Save vihugarcia/2384982c4ac6c0a6d788 to your computer and use it in GitHub Desktop.
Sentencias Use del Controlador Upgrade Cap 9
use Yii;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use common\models\PermisosHelpers;
use common\models\RegistrosHelpers;
use frontend\models\Perfil;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment