当前位置: 首页>>代码示例>>PHP>>正文


PHP BxDolModuleTemplate类代码示例

本文整理汇总了PHP中BxDolModuleTemplate的典型用法代码示例。如果您正苦于以下问题:PHP BxDolModuleTemplate类的具体用法?PHP BxDolModuleTemplate怎么用?PHP BxDolModuleTemplate使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。


在下文中一共展示了BxDolModuleTemplate类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: BxProfileCustomizeTemplate

 /**
  * Constructor
  */
 function BxProfileCustomizeTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
开发者ID:Gotgot59,项目名称:dolphin.pro,代码行数:10,代码来源:BxProfileCustomizeTemplate.php

示例2: BxDolTextTemplate

 function BxDolTextTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('comments');
     $this->_oModule = null;
     $this->oPaginate = null;
     $this->sCssPrefix = '';
 }
开发者ID:Gotgot59,项目名称:dolphin.pro,代码行数:8,代码来源:BxDolTextTemplate.php

示例3: BxFaceBookConnectTemplate

 /**
  * Class constructor
  */
 function BxFaceBookConnectTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
开发者ID:newton27,项目名称:dolphin.pro,代码行数:7,代码来源:BxFaceBookConnectTemplate.php

示例4: BxDolMobileTemplate

 function BxDolMobileTemplate(&$oConfig, &$oDb, $sRootPath = BX_DIRECTORY_PATH_ROOT, $sRootUrl = BX_DOL_URL_ROOT)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb, $sRootPath, $sRootUrl);
 }
开发者ID:Gotgot59,项目名称:dolphin.pro,代码行数:4,代码来源:BxDolMobileTemplate.php

示例5: BxPageACTemplate

 /**
  * Constructor
  */
 function BxPageACTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
开发者ID:Gotgot59,项目名称:dolphin.pro,代码行数:7,代码来源:BxPageACTemplate.php

示例6: BxDolFilesTemplate

 /**
  * Constructor
  */
 function BxDolFilesTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
开发者ID:dalinhuang,项目名称:shopexts,代码行数:7,代码来源:BxDolFilesTemplate.php

示例7: BxDataMigrationTemplate

 /**
  * Class constructor
  */
 function BxDataMigrationTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
 }
开发者ID:dalinhuang,项目名称:shopexts,代码行数:7,代码来源:BxDataMigrationTemplate.php

示例8: BxWallTemplate

 /**
  * Constructor
  */
 function BxWallTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolModuleTemplate($oConfig, $oDb);
     $this->_aTemplates = array('divider', 'balloon', 'comments', 'comments_actions', 'common_media');
 }
开发者ID:noormcs,项目名称:studoro,代码行数:8,代码来源:BxWallTemplate.php

示例9:

 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     if (isset($GLOBALS['oAdmTemplate'])) {
         $GLOBALS['oAdmTemplate']->addDynamicLocation($this->_oConfig->getHomePath(), $this->_oConfig->getHomeUrl());
     }
 }
开发者ID:Prashank25,项目名称:dolphin.pro,代码行数:10,代码来源:BxProfileCustomizeTemplate.php

示例10: loadTemplates

 function loadTemplates()
 {
     parent::loadTemplates();
     $this->_aTemplates['script'] = '<script language="javascript" type="text/javascript">__content__</script>';
     $this->_aTemplates['on_result'] = '<script language="javascript" type="text/javascript">alert(\'__message__\')</script>';
     $this->_aTemplates['on_result_inline'] = '<script language="javascript" type="text/javascript">parent.__js_object__.showResultInline(__params__);</script>';
 }
开发者ID:Prashank25,项目名称:dolphin.pro,代码行数:7,代码来源:BxPmtTemplate.php

示例11: array

 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('comments');
     $this->_oModule = null;
     $this->oPaginate = null;
     $this->sCssPrefix = '';
 }
开发者ID:toxalot,项目名称:dolphin.pro,代码行数:8,代码来源:BxDolTextTemplate.php

示例12:

 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->addJs('main.js');
     $this->addCss('main.css');
 }
开发者ID:Baloo7super,项目名称:dolphin,代码行数:9,代码来源:BxSitesTemplate.php

示例13:

 function __construct(&$oConfig)
 {
     $oDb = null;
     parent::__construct($oConfig, $oDb);
     $this->_isAjaxOutput = $this->_isAjaxRequest();
 }
开发者ID:Baloo7super,项目名称:dolphin,代码行数:6,代码来源:BxProfilerTemplate.php

示例14: parseHtmlByName

 function parseHtmlByName($sName, $aVariables, $mixedKeyWrapperHtml = null, $sCheckIn = BX_DOL_TEMPLATE_CHECK_IN_BOTH)
 {
     return parent::parseHtmlByName($sName . (strlen($sName) < 6 || substr_compare($sName, '.html', -5, 5) !== 0 ? '.html' : ''), $aVariables);
 }
开发者ID:Prashank25,项目名称:dolphin.pro,代码行数:4,代码来源:BxDolTwigTemplate.php

示例15: array

 /**
  * Constructor
  */
 function __construct(&$oConfig, &$oDb)
 {
     parent::__construct($oConfig, $oDb);
     $this->_aTemplates = array('divider', 'balloon', 'repost', 'common', 'common_media', 'comments', 'actions');
 }
开发者ID:Prashank25,项目名称:dolphin.pro,代码行数:8,代码来源:BxWallTemplate.php


注:本文中的BxDolModuleTemplate类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。