示例#1
0
 /**
  *初始化
  *@create 2014-12-13
  *@author lck
  */
 protected function _initialize()
 {
     parent::_initialize();
     $this->prefix = C('DB_PREFIX');
 }
示例#2
0
 /**
  *初始化
  *@create 2014-12-13
  *@author lck
  */
 protected function _initialize()
 {
     parent::_initialize();
 }