APPLY FOR ONLINE Zend Framework Certification

                    
                        There are different ways to multiple column ordering in Zend


$select->order("product1.category_id ASC")
           ->order("product1.max_retail_price ASC");                     
                


Comment


Back to Top