當前位置: 首頁>>代碼示例>>PHP>>正文


PHP acymailingController類代碼示例

本文整理匯總了PHP中acymailingController的典型用法代碼示例。如果您正苦於以下問題:PHP acymailingController類的具體用法?PHP acymailingController怎麽用?PHP acymailingController使用的例子?那麽, 這裏精選的類代碼示例或許可以為您提供幫助。


在下文中一共展示了acymailingController類的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。

示例1: loadZohoFields

 function loadZohoFields()
 {
     $app = JFactory::getApplication();
     $zohoHelper = acymailing_get('helper.zoho');
     $zohoHelper->authtoken = JRequest::getVar('zoho_apikey');
     $list = JRequest::getVar('zoho_list');
     JRequest::setVar('layout', 'import');
     $zohoFields = $zohoHelper->getFieldsRaw($list);
     if (!empty($zohoHelper->error)) {
         $app->enqueueMessage($zohoHelper->error, 'error');
         return parent::display();
     }
     $zohoFieldsParsed = $zohoHelper->parseXMLFields($zohoFields);
     if (!empty($zohoHelper->error)) {
         $app->enqueueMessage($zohoHelper->error, 'error');
         return parent::display();
     }
     $config = acymailing_config();
     $newconfig = new stdClass();
     $newconfig->zoho_fieldsname = implode(',', $zohoFieldsParsed);
     $newconfig->zoho_list = $list;
     $newconfig->zoho_apikey = $zohoHelper->authtoken;
     $config->save($newconfig);
     $app->enqueueMessage(JText::_('ACY_FIELDSLOADED'));
     return parent::display();
 }
開發者ID:unrealprojects,項目名稱:journal,代碼行數:26,代碼來源:data.php

示例2: display

 function display($cachable = false, $urlparams = false)
 {
     if (!empty($this->aclCat) and !$this->isAllowed($this->aclCat, 'manage')) {
         return;
     }
     return parent::display($cachable, $urlparams);
 }
開發者ID:utopszkij,項目名稱:lmp,代碼行數:7,代碼來源:dashboard.php

示例3: display

 function display()
 {
     if (!empty($this->aclCat) and !$this->isAllowed($this->aclCat, 'manage')) {
         return;
     }
     return parent::display();
 }
開發者ID:bizanto,項目名稱:Hooked,代碼行數:7,代碼來源:dashboard.php

示例4: array

	function __construct($config = array())
	{
		parent::__construct($config);

		JRequest::setVar('tmpl','component');
		$this->registerDefaultTask('click');

	}
開發者ID:utopszkij,項目名稱:lmp,代碼行數:8,代碼來源:url.php

示例5: tag

 function tag()
 {
     if (!$this->isAllowed($this->aclCat, 'view')) {
         return;
     }
     JRequest::setVar('layout', 'tag');
     return parent::display();
 }
開發者ID:bizanto,項目名稱:Hooked,代碼行數:8,代碼來源:tag.php

示例6: process

 function process()
 {
     if (!$this->isAllowed($this->aclCat, 'process')) {
         return;
     }
     JRequest::setVar('layout', 'process');
     return parent::display();
 }
開發者ID:bizanto,項目名稱:Hooked,代碼行數:8,代碼來源:queue.php

示例7: forward

 function forward()
 {
     if (!$this->isAllowed('statistics', 'manage')) {
         return;
     }
     JRequest::setVar('layout', 'forward');
     return parent::display();
 }
開發者ID:andreassetiawanhartanto,項目名稱:PDKKI,代碼行數:8,代碼來源:stats.php

示例8: detaillisting

 function detaillisting()
 {
     if (!$this->isAllowed($this->aclCat, 'manage') || !$this->isAllowed('subscriber', 'view')) {
         return;
     }
     JRequest::setVar('layout', 'detaillisting');
     return parent::display();
 }
開發者ID:utopszkij,項目名稱:lmp,代碼行數:8,代碼來源:statsurl.php

示例9: view

 function view()
 {
     $statsClass = acymailing_get('class.stats');
     $statsClass->countReturn = false;
     $statsClass->saveStats();
     JRequest::setVar('layout', 'view');
     return parent::display();
 }
開發者ID:andreassetiawanhartanto,項目名稱:PDKKI,代碼行數:8,代碼來源:archive.php

示例10: mailinglist

 function mailinglist()
 {
     if (!$this->isAllowed('statistics', 'manage')) {
         return;
     }
     JRequest::setVar('layout', 'mailinglist');
     return parent::display();
 }
開發者ID:educakanchay,項目名稱:educared,代碼行數:8,代碼來源:stats.php

示例11: sendready

 function sendready()
 {
     if (!$this->isAllowed('newsletters', 'send')) {
         return;
     }
     JRequest::setVar('layout', 'sendconfirm');
     return parent::display();
 }
開發者ID:jmangarret,項目名稱:webtuagencia24,代碼行數:8,代碼來源:send.php

示例12: export

 function export()
 {
     if (!$this->isAllowed('subscriber', 'export')) {
         return;
     }
     JRequest::setVar('layout', 'export');
     return parent::display();
 }
開發者ID:freaqzilla,項目名稱:joomla-site,代碼行數:8,代碼來源:data.php

示例13: unsub

 function unsub()
 {
     $userClass = acymailing::get('class.subscriber');
     $user = $userClass->identify();
     if (empty($user)) {
         return false;
     }
     JRequest::setVar('layout', 'unsub');
     return parent::display();
 }
開發者ID:rlee1962,項目名稱:diylegalcenter,代碼行數:10,代碼來源:user.php

示例14: array

 function __construct($config = array())
 {
     parent::__construct($config);
     JHTML::_('behavior.tooltip');
     JRequest::setVar('tmpl', 'component');
     jimport('joomla.filesystem.file');
     jimport('joomla.filesystem.folder');
     jimport('joomla.filesystem.path');
     $this->registerDefaultTask('browse');
 }
開發者ID:ForAEdesWeb,項目名稱:AEW1,代碼行數:10,代碼來源:editor.php

示例15: listing

 function listing()
 {
     if (!acymailing_level(3)) {
         $acyToolbar = acymailing::get('helper.toolbar');
         $acyToolbar->setTitle(JText::_('BOUNCE_HANDLING'), 'bounces');
         $acyToolbar->display();
         acymailing_display(JText::_('ACY_BOUNCE_AVAILABLE') . '<br /><br /><a target="_blank" href="' . ACYMAILING_REDIRECT . 'acymailing-features">' . JText::_('ACY_FEATURES') . '</a>', 'info');
         return;
     }
     return parent::listing();
 }
開發者ID:sumithMadhushan,項目名稱:joomla-project,代碼行數:11,代碼來源:bounces.php


注:本文中的acymailingController類示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。