Blame view

frontend/controllers/LandingController.php 227 Bytes
0ae6f109   Administrator   firs page
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  <?php
  /**
   * Created by PhpStorm.
   * User: vitaliy
   * Date: 26.01.16
   * Time: 13:30
   */
  
  namespace frontend\controllers;
  
  
  class LandingController {
  
      public function ViewAction($view)
      {
          $this->render();
      }
  
  }