Hi,
I am trying to implement some funcionality on a component, so i want to add new task into some controllers.
I do not know why if i add
function taskA into controller.php it works ....com_component&task=taskA
if i add the same task into the controller/especific_controller.php doesn't work
....com_component&task=taskA&controller=especific_controller
what am i doing wrong.
Note: On the other hand if i use the same task on the fork controller.php doesn't work