XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
krzip.admin.view.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (C) NAVER <http://www.navercorp.com> */
9 class krzipAdminView extends krzip
10 {
11  function init()
12  {
13  $this->setTemplatePath($this->module_path . 'tpl');
14  $this->setTemplateFile(lcfirst(str_replace('dispKrzipAdmin', '', $this->act)));
15  }
16 
18  {
19  $oKrzipModel = getModel('krzip');
20  $module_config = $oKrzipModel->getConfig();
21  Context::set('module_config', $module_config);
22  }
23 }
24 
25 /* End of file krzip.admin.view.php */
26 /* Location: ./modules/krzip/krzip.admin.view.php */
setTemplateFile($filename)
Krzip module high class.
Definition: krzip.class.php:17
set($key, $val, $set_to_get_vars=0)
Krzip module admin view class.
getModel($module_name)
Definition: func.inc.php:145