Dotdeb is a repository containing packages to turn your Debian boxes into powerful, stable and up-to-date LAMP servers. This tutorial shows you how to add the Dotdeb repository to Debian Squeeze based Linux servers.
Category: Code
Magento – How to Check if a Module is Installed and is Active
Magento – Product Attributes of Products in the Cart
Magento – Setting Robots (Index Follow) Using XML Layout Updates
Magento – Programmatically Subscribe and Unsubscribe Newsletter Subscribers
Adding an Image Upload Field to the Magento System.xml Configuration
Magento – Get the Chosen Configuration / Options of the Products in the Cart
Magento – Inject Body Class via Layout XML
Magento – Set Breadcrumbs via Layout XML
Magento – Set Meta Title, Description, Keywords and Canonical URL via Layout XML
Add a Layout Select Field to the Admin Form of Magento Custom Modules
Magento – Adding Canonical URL for CMS Pages via Layout XML
Install, Configure & Optimise MySQL on Debian
Install, Configure & Optimise PHP5 with PHP5-FPM
Install, Configure & Optimise NGINX on Debian Squeeze
How to Add the Dotdeb Repository to Debian Squeeze
How to Launch a New Rackspace Cloud Server Instance
PHP : Convert or Cast Array to Object & Object to Array
I love PHP Objects. Given an option of returning any data as an Array or Object, I would go for Objects. PHP Objects are clean and easy to write. Now to the conversion (casting) of a PHP Array into a PHP Object.