launch functions via url - Joomla! Forum - community, help and support
hello everyone! there no way create plugin or module or component, writing url this:
"index.php?option=plg_test&task=foo" open file "plg_test.php" , gives me php function named "foo()" , perform without groovy templates , other graphical things or superfluous.
thanks
"index.php?option=plg_test&task=foo" open file "plg_test.php" , gives me php function named "foo()" , perform without groovy templates , other graphical things or superfluous.
thanks
if component "com_mycomponent"
and have task "mycontroller.foo"
call this:
index.php?option=com_mycomponent&task=mycontroller.foo&tmpl=component
and have task "mycontroller.foo"
call this:
index.php?option=com_mycomponent&task=mycontroller.foo&tmpl=component
Comments
Post a Comment