Example #1
0
 public function _initialize()
 {
     parent::_initialize();
     $this->_config_seo(array('title' => '会员中心'));
 }
Example #2
0
 public function _initialize()
 {
     parent::_initialize();
     $this->commetns_mod = M('comments');
 }