Пример #1
0
 /**
  *@Description : constructor
  *
  *@return: constractor
  */
 public function __construct($db)
 {
     global $My_Lang;
     global $My_Sql;
     $this->_SQL =& $My_Sql;
     My_Kernel::loadLang('module', 'news');
     //load class language
     parent::General($db);
 }
Пример #2
0
 /**
  *@Description : constructor
  *
  *@return: constractor
  */
 public function __construct($db)
 {
     global $My_Lang;
     global $My_Sql;
     require_once dirname(__FILE__) . '/../news.sql.php';
     $this->_SQL =& $My_Sql;
     My_Kernel::loadLang('module', 'news');
     //load class language
     parent::General($db);
 }