예제 #1
0
파일: view.php 프로젝트: Val-Git/icms2
 public function __construct($controller, $params = array())
 {
     parent::__construct($controller, $params);
     cmsCore::loadControllerLanguage('content');
 }
예제 #2
0
파일: index.php 프로젝트: pin-git/icms2
 public function __construct($controller, $params = array())
 {
     parent::__construct($controller, $params);
     $this->default_sql_fields = $this->model->getDefaultSqlFields();
 }