Exemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->lists['func']['name'] = '服务编辑';
     $this->lists['func']['url'] = 'firms';
     $this->module = $this->getModuleId($this->moduleGnere);
 }
Exemplo n.º 2
0
 /**
  *  关于公司
  */
 public function __construct()
 {
     parent::__construct();
     $this->lists['func']['name'] = '关于公司';
     $this->lists['func']['url'] = 'about';
     $this->module = $this->getModuleId($genre = 1);
 }