コード例 #1
0
ファイル: pushcategory.app.php プロジェクト: sunhk25/iCMS
 function __construct()
 {
     parent::__construct(iCMS_APP_PUSH);
     $this->category_name = "版块";
     $this->_app = 'push';
     $this->_app_name = '推送';
     $this->_app_table = 'push';
     $this->_app_cid = 'cid';
     // $this->_app_indexTPL   = '';
     // $this->_app_listTPL    = '';
     // $this->_app_contentTPL = '';
 }
コード例 #2
0
ファイル: tagcategory.app.php プロジェクト: sunhk25/iCMS
 function __construct()
 {
     parent::__construct(iCMS_APP_TAG);
     $this->category_name = "分类";
     $this->_app = 'tags';
     $this->_app_name = '标签';
     $this->_app_table = 'tags';
     $this->_app_cid = 'tcid';
     // $this->_app_indexTPL   = '';
     // $this->_app_listTPL    = '';
     // $this->_app_contentTPL = '';
 }