is it possible to call one action from another in magento?
for example let us consider 2 action methods
is it possible to call updateAction() actually when addAction() is called?
Thanks, Balan
You can do a forward, for instance :
public function addAction(){
$this->_forward('update');
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With