Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created January 1, 2015 01:28
Show Gist options
  • Select an option

  • Save evercode1/34dc62e955341b868bbe to your computer and use it in GitHub Desktop.

Select an option

Save evercode1/34dc62e955341b868bbe to your computer and use it in GitHub Desktop.
profile controller use statement Chap 8
namespace frontend\controllers;
use Yii;
use frontend\models\Profile;
use frontend\models\search\ProfileSearch;
use yii\web\Controller;
use yii\web\NotFoundHttpException;
use yii\filters\VerbFilter;
use common\models\PermissionHelpers;
use common\models\RecordHelpers;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment