Logo white

Administrator / realy_old_artbox

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • realy_old_artbox
  • frontend
  • controllers
  • PageController.php
  • Итерация 3 (Template + Widget + Все категории фильтры)
    bb7d15c5
    andryeyev authored
    2015-11-09 20:01:52 +0200  
    Browse Code »
PageController.php 306 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?php

//namespace frontend\controllers; 
  
use yii\web\Controller;

/**
 * PageController controller
 */
class PageController extends Controller
{ 
    public function actions()
    {
        die;
    }

    public function actionIndex()
    {
        die;
        return $this->render('index');
    }
}