ahmedenam
Results 1 - 1 of 1
byahmedenam, November 12, 2010
First of all I'm not an expert of joomla! This tool is very helpful for me. I want to share one think for beginner like me. It took me a while to use the controller.php for my purpose. Because of the following code:
$controller->execute( null );
So beginner like me have to change this code to
$controller->execute( JRequest::getCmd('task'));
in order to use this as index.php?option=com_mycom&task=mytask
So, I request to the developer of this extension to change the above code generation so that beginner's like me can use this extension more easily.
Last of all thanks a million to share the extension with us.
Enam
$controller->execute( null );
So beginner like me have to change this code to
$controller->execute( JRequest::getCmd('task'));
in order to use this as index.php?option=com_mycom&task=mytask
So, I request to the developer of this extension to change the above code generation so that beginner's like me can use this extension more easily.
Last of all thanks a million to share the extension with us.
Enam


