Beispiel #1
0
 /**
  * 解析函数
  * 
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->library('form_validation');
     log_message('debug', 'STBLOG: Comment Controller initialized.');
 }
Beispiel #2
0
 /**
  * 构造函数
  * 
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
 }
Beispiel #3
0
 /**
  * 构造函数
  * 
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->load->library('feedwriter', RSS2);
     $this->_feed_full_text = intval(setting_item('feed_full_text'));
 }
Beispiel #4
0
 /**
  * 构造函数
  * 
  * @access public
  * @return void
  */
 public function __construct()
 {
     parent::__construct();
     $this->_uri = $this->uri->segment(1) . '/';
 }