本文整理匯總了PHP中comquick2cartHelper::getQ2cCats方法的典型用法代碼示例。如果您正苦於以下問題:PHP comquick2cartHelper::getQ2cCats方法的具體用法?PHP comquick2cartHelper::getQ2cCats怎麽用?PHP comquick2cartHelper::getQ2cCats使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類comquick2cartHelper
的用法示例。
在下文中一共展示了comquick2cartHelper::getQ2cCats方法的1個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: array
$cats = $viewReleated_cats;
} else {
$options = (array) $options;
$comp_option = $input->get("option");
// JUGAD fix for error #20162
$path = JPATH_SITE . DS . 'libraries' . DS . 'joomla' . DS . 'html' . DS . 'html' . DS . 'category.php';
if (!class_exists('JHtmlCategory')) {
JLoader::register('JHtmlCategory', $path);
JLoader::load('JHtmlCategory');
}
// JUGAD fix for error #20162
if (!empty($comp_option)) {
$qtc_cat_options = JHtml::_('category.options', 'com_quick2cart', array('filter.published' => array(1)));
} else {
// Get categories manually
$qtc_cat_options = $comquick2cartHelper->getQ2cCats(1);
}
$cats = array_merge($options, $qtc_cat_options);
}
// GETTING ITEM ID
$catItemid = $comquick2cartHelper->getitemid('index.php?option=com_quick2cart&' . $qtc_linkparam);
?>
<div class="row-fluid qtc_category_list <?php
echo $classes;
?>
" style="<?php
echo $scroll_style;
?>
">
<div class="span12">