Get All Children Of A Block in Magento zendnwar March 5, 2015 Magento 0 Comments Sorted: $this->getSortedChildren() Unsorted: $this->getChild() Related Posts How to change Magento DataBase configuration file? zendnwar November 2, 2012 How to change Magento DataBase configuration file? If you want to chang the Magento DataBase na .. Explain class naming conventions and their relationship with the autoloader zendnwar March 23, 2015 Magento was developed based on the Zend Framework, so the rules of class naming in Magento were ..