コード例 #1
0
ファイル: FirmController.php プロジェクト: 946493655/culture
 public function __construct()
 {
     parent::__construct();
     $this->lists['func']['name'] = '服务编辑';
     $this->lists['func']['url'] = 'firms';
     $this->module = $this->getModuleId($this->moduleGnere);
 }
コード例 #2
0
ファイル: AboutController.php プロジェクト: 946493655/culture
 /**
  *  关于公司
  */
 public function __construct()
 {
     parent::__construct();
     $this->lists['func']['name'] = '关于公司';
     $this->lists['func']['url'] = 'about';
     $this->module = $this->getModuleId($genre = 1);
 }