PageRenderTime 41ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/application/controllers/next.php

https://bitbucket.org/galanx/next
PHP | 11 lines | 8 code | 3 blank | 0 comment | 0 complexity | 039fc45d44685239fd638741694b6cdb MD5 | raw file
  1. <?php
  2. class Next_Controller extends Controller{
  3. public $layout = "next.back.layouts.default";
  4. public function action_index(){
  5. return View::make('next.front.themes.next.index');
  6. }
  7. }
  8. ?>