Hello i have an array which looks like this
[0] => Array
        (
            [0] => Array
                (
                    [title] => Alloys
                    [description] => 
                    [content_text] => 
                    [submenu_content_text] => 
                )
            [1] => Array
                (
                    [title] => Anaesthetics
                    [description] => 
                    [content_text] => 
                    [submenu_content_text] => 
                )
        [2]=>()
I want to sort values by title in alphabet order
Does anybody tell me how to do this
Thansk
 
    