Commit 06b4c223c0ae4c72c6f5ffc21c989884e3ef7864

Authored by Administrator
1 parent 808969ba

01.03.16

frontend/controllers/SearchController.php
... ... @@ -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 75 public function actionCompany()
70 76 {
71 77 $query = UserInfo::find()
... ...
frontend/views/search/customer.php 0 → 100644
  1 +<?php
  2 +/**
  3 + * Created by PhpStorm.
  4 + * User: vitaliy
  5 + * Date: 09.03.16
  6 + * Time: 10:21
  7 + */
0 8 \ No newline at end of file
... ...