Exemplo n.º 1
0
 public static function edit()
 {
     $page = new CMS_DataManage();
     $page->process();
 }
Exemplo n.º 2
0
 /**
  * 
  */
 public function edit()
 {
     $page = new CMS_DataManage();
     $page->viewBeginPath = array('Тестирование сайта' => 'index.php');
     $page->process();
 }
Exemplo n.º 3
0
 public function __construct()
 {
     $_GET['type'] = $_GET['typeName'] = $_POST['typeName'] = $this->modelName;
     parent::__construct();
     $this->addGet('create', 'add');
 }