Inheritance: extends think\Controller
Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     include_once COMMON_PATH . 'Conf/MyConfig.php';
     $this->assign('com_config', $com_config);
 }