Which routers exist in a native Magento implementation? zendnwar March 5, 2015 Magento 284 Comments – admin, – standard, – cms, – default Related Posts Get All Children Of A Block in Magento zendnwar March 5, 2015 Sorted: $this->getSortedChildren() Unsorted: $this->getChild() .. What is the DDL class in Magento? zendnwar October 2, 2014 The only DDL class in Magento is Varien_Db_Ddl_Table. The DDL class consists of a const variabl ..