Thanks for previous replies,
I am new to magento framework. can anyone guide me how to get the return values from model to controller. in simple i want to return the values from model folder to controller action.
Thanks for previous replies,
I am new to magento framework. can anyone guide me how to get the return values from model to controller. in simple i want to return the values from model folder to controller action.
I think this will do what you want
<module>
represents model nameIn Magento, controller sets values on Models, then Blocks and templates reads them from the those Models. For example, we can set a string hello by using core/session model
Then we can get this hello from a block or a template or anywhere else by