Quantcast
Browsing latest articles
Browse All 3 View Live

PHP, __get() and empty() Not Working As You Expect? – Solution

If you are tearing your hair out trying to figure out why empty($object-property) = true when var_dump($object-property) outputs a value – this might be the problem. It arises if you are using the...

View Article


Magento Create Category Method

Ideal to drop into a helper, this is a simplified create category method. You need to specify the name, store_id and parent category id and can optionally set to active, anchor and change the display...

View Article


Magento Block Caching Cache Key Helper Method – Generate Safe Unique Cache Keys

If you do any work at all on Magento performance optimisation with a view to making pages load faster then you must have come across block caching. To understand block caching you need to first of all...

View Article
Browsing latest articles
Browse All 3 View Live