A Few Words About Debugging – Part III
In the previous article (“A few words about debugging – Part II”) we presented some very helpful extensions which make debugging much easier. Today, we’ll talk about the good practices…

In the previous article (“A few words about debugging – Part II”) we presented some very helpful extensions which make debugging much easier. Today, we’ll talk about the good practices…
Last time, in the article “A few words about debugging – Part I”, we talked about the best PHP configuration for Magento debugging. Today we’ll discuss the extensions that will…
PHP is an interpreted language, not a compiled one, which means that all errors occur when a script is being loaded or run. The errors that are easiest to fix…
This article aims to show how to generate and implement selects in Magento based on the Mage_Core_Block_Html_Select class. Dropdown selects – what are they? The basic HTML components of a…
As the oficial n98-magerun repo on GitHub says: The swiss army knife for Magento developers, sysadmins and devops. The tool provides a huge set of well tested command line commands…