Commit 06b4c223c0ae4c72c6f5ffc21c989884e3ef7864
1 parent
808969ba
01.03.16
Showing
2 changed files
with
13 additions
and
0 deletions
Show diff stats
frontend/controllers/SearchController.php
| @@ -66,6 +66,12 @@ class SearchController extends Controller | @@ -66,6 +66,12 @@ class SearchController extends Controller | ||
| 66 | ]); | 66 | ]); |
| 67 | } | 67 | } |
| 68 | 68 | ||
| 69 | + | ||
| 70 | + public function actionCustomer(){ | ||
| 71 | + return $this->render('customer',[ | ||
| 72 | + ]); | ||
| 73 | + } | ||
| 74 | + | ||
| 69 | public function actionCompany() | 75 | public function actionCompany() |
| 70 | { | 76 | { |
| 71 | $query = UserInfo::find() | 77 | $query = UserInfo::find() |