Magento call model method in controller
Magento call model method in controller
Magento call model method in controller
You can call the model method in controller simply as
Mage::getModel('module_name/modelname')->yourMethodName();
Advertisements