
 Rolando - 2013-02-20 22:13:56
Hi, congratulations for the great class!
Sorry my english weak! :(
How could I pass through an array of a specific order to display the fields of the table (eg, $order = array ("name", "id", "other"))? I think should rearrange the array generated by the get_table_info(), but this is a multidimensional array and I dont know how to reset this order based on the value of $arr[$count]["name"] .....
     [0] => Array
         (
             [name] => id
             [type] => int
             [size] => 11
             [default] =>
             [validate] => 1
             [key] => PRI
             [Extra] => auto_increment
         )
Thanks