/**
  * Constructor
  */
 function __construct(&$oConfig)
 {
     $oDb = null;
     parent::__construct($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
示例#2
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
 }
示例#3
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_iPageIndex = 401;
 }