예제 #1
0
파일: admin.php 프로젝트: gudwin/extasy
 public static function edit()
 {
     $page = new CMS_DataManage();
     $page->process();
 }
예제 #2
0
파일: router.php 프로젝트: gudwin/extasy
 /**
  * 
  */
 public function edit()
 {
     $page = new CMS_DataManage();
     $page->viewBeginPath = array('Тестирование сайта' => 'index.php');
     $page->process();
 }
예제 #3
0
 public function __construct()
 {
     $_GET['type'] = $_GET['typeName'] = $_POST['typeName'] = $this->modelName;
     parent::__construct();
     $this->addGet('create', 'add');
 }