문제

I am creating a component for joomla. I have a controller like this

class dropdownControllerdropdown extends JControllerForm
{
}

the above controller called by this class

JToolBarHelper::addNew('dropdown.add');

after the controller called that load the dropdown component.otherwise by default the above controller call this component and view and layout .

index.php?option=com_dropdown&view=dropdown&layout=edit

but my component name is "test" .how I tell to the controller to do not load the "dropdown" component and load the "test" component?

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top