Magento Development

Magento Database Models, Helpers and Raw SQL Queries

The best way to access and manipulate data in Magento is by using the provided objects and their associated functionality. If you really need to deal with raw queries you can do that too.

Read More »


Stand alone Magento scripts

Before running any stand alone scripts that use core Magento objects and functionality, you need to make sure Magento is properly initialised. Add this snippet to the top of your script, updating the path according to your installation.

Read More »