↧
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 ArticleMagento 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 ArticleMagento 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