Created
January 1, 2015 01:28
-
-
Save evercode1/34dc62e955341b868bbe to your computer and use it in GitHub Desktop.
profile controller use statement Chap 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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