From 06b4c223c0ae4c72c6f5ffc21c989884e3ef7864 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 9 Mar 2016 10:21:18 +0200 Subject: [PATCH] 01.03.16 --- frontend/controllers/SearchController.php | 6 ++++++ frontend/views/search/customer.php | 7 +++++++ 2 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 frontend/views/search/customer.php diff --git a/frontend/controllers/SearchController.php b/frontend/controllers/SearchController.php index e065a45..12681b0 100755 --- a/frontend/controllers/SearchController.php +++ b/frontend/controllers/SearchController.php @@ -66,6 +66,12 @@ class SearchController extends Controller ]); } + + public function actionCustomer(){ + return $this->render('customer',[ + ]); + } + public function actionCompany() { $query = UserInfo::find() diff --git a/frontend/views/search/customer.php b/frontend/views/search/customer.php new file mode 100644 index 0000000..4647403 --- /dev/null +++ b/frontend/views/search/customer.php @@ -0,0 +1,7 @@ +