Beispiel #1
0
 /**
  * Constructor
  */
 function BxAvaTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
     $this->_iPageIndex = 500;
 }
 function MlModCreatorTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }
 /**
  * Constructor
  */
 function BxGroupsTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }
 /**
  * Constructor
  */
 function __construct(&$oConfig)
 {
     $oDb = null;
     parent::__construct($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
 }
Beispiel #6
0
 /**
  * Constructor
  */
 function BxStoreTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }
 /**
  * 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();
 }
 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_iPageIndex = 401;
 }
 /**
  * Constructor
  */
 function MlClonetwoTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTwigTemplate($oConfig, $oDb);
 }