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 Re-indexing in Magento through the command line zendnwar March 11, 2015 For the status of all indexes: php indexer.php –status Re-indexing a single index: php in .. How to change Admin URL in Magento? zendnwar October 1, 2012 How to change Admin URL in Magento? This is very simple work. You have to change local.xml file ..