100s of free magento themes and templates
Here are the list of free magento templates / themes demo and download where available. Suggest us more templates to grow this list.
Here are the list of free magento templates / themes demo and download where available. Suggest us more templates to grow this list.
In Magento you can load your model with getModel. You can optionally pass parameters to the model class constructor. All you need to do is:
Mage::getModel('model_class', 'arguments_as_array_if_any');
For example: I want to load Data.php model from: https://github.com/dbashyal/Magento-General-Module-Extension
It's easy to get Magento get base url. Just use below code to retrieve base url.
Mage::getBaseUrl('type_of_link', 'secure_or_unsecure');
For example: