示例#1
0
 /**
  * Constructor
  */
 function BxAvaTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
     $this->_iPageIndex = 500;
 }
 function MlModCreatorTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }
示例#3
0
 /**
  * Constructor
  */
 function BxGroupsTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }
 /**
  * Constructor
  */
 function __construct(&$oConfig)
 {
     $oDb = null;
     parent::__construct($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
示例#5
0
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
 }
示例#6
0
 /**
  * Constructor
  */
 function BxStoreTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }
示例#7
0
 /**
  * Constructor
  */
 function BxGSearchTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
     $this->_iPageIndex = 401;
 }
 /**
  * Constructor
  */
 function BxProfilerTemplate(&$oConfig)
 {
     $oDb = null;
     parent::BxDolTwigTemplate($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
示例#9
0
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_iPageIndex = 401;
 }
 /**
  * Constructor
  */
 function MlClonetwoTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }