* @git Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // No direct access to this file defined('_JEXEC') or die('Restricted access'); JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html'); JHtml::_('behavior.formvalidator'); JHtml::_('formbehavior.chosen', 'select'); JHtml::_('behavior.keepalive'); use VDM\Joomla\Componentbuilder\Search\Factory as SearchFactory; ?> canDo->get('search.access')): ?> item->id)) ? '&id='. (int) $this->item->id : ''; ?>
sidebar)): ?>
sidebar; ?>
table_name = $tableName; SearchFactory::_('Config')->search_value = $searchValue; SearchFactory::_('Config')->match_case = 0; SearchFactory::_('Config')->whole_word = 0; SearchFactory::_('Config')->regex_search = 0; SearchFactory::_('Config')->component_id = 0; if (($items = SearchFactory::_('Agent')->find()) !== null) { echo JText::sprintf('COM_COMPONENTBUILDER_WE_FOUND_SOME_INSTANCES_IN_S', $tableName) . '
';
		var_dump($items);
		echo '
'; } else { echo JText::sprintf('COM_COMPONENTBUILDER_NO_INSTANCES_WHERE_FOUND_S', $tableName); } ?>