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