loop2 Please Wait...
DeveloperGang

How Magento Can Be Made More Secure For The Client?

magento.jpeg
Best Practices for Magento Includes Using a strong password and changing them at regular intervalDisable remote access to Magento Connect ManagerDisable Downloader on productio...

How to run Custom Query in Magento ?

Check out the below code. $db = Mage::getSingleton('core/resource')->getConnection('core_write'); $result = $db->query('SELECT * FROM users where id=4');

Explain how you can reset Magento file & Directory permissions?

You can reset Magento file & Directory to their default and secure permissions, by following commands from the directory where Magento is installed find . –type f –exec chmod 6...

What are different Modules of Magento?

Core Modules Community Modules Commercial Modules

How to add an external javascript/css file to Magento?

Check out the below code. js/yourfile.js css/yourstyle.css or skin_jsjs/ yourfile.js skin_csscss/yourstyle. css

How to include CMS block in template file(.phtml)?

PUT THE BELOW CODE IN PHP TAG WITH ECHO. YOU WILL FIND YOUR BLOCK WILL BE THERE. $this->getLayout()->createBlock('cms/block')->setBlockId('static_block_id')->toHTML();...

What is EAV in Magento?

Full form of EAV is Entity–attribute–value model. EAV is a data model to data model to describe entities. In EAV data are stored in different smaller tables rather than storing...
Lorem ipsum dolor sit amet consectetur adipisicing elit. Fuga, aspernatur.