[Phpmyadmin-devel] Zoom Search
Marc Delisle
marc at infomarc.info
Tue May 31 22:25:04 CEST 2011
Ammar Yasir a écrit :
>
>
> On Tue, May 31, 2011 at 10:14 PM, Marc Delisle <marc at infomarc.info
> <mailto:marc at infomarc.info>> wrote:
>
> Ammar Yasir a écrit :
>
> > Parts refactored are:
> > - Setting titles (titles['Browse']])
> > - getting fields list (getting column details)
> > - setting sub-tabs (Table search and Zoom search)
> > - setting table header of QBE display
> > - displaying foreign data
> > - search criteria input elements (HTML content generation for the
> input
> > elements)
>
> Very good!
>
> Another trick you can use: when a function returns an array, like your
> PMA_tbl_getFields(), to fill all the returned values in one statement
> you can use this syntax:
>
> list($fields_list, $fields_type, $fields_collation, $fields_null) =
> PMA_tbl_getFields($table,$db);
>
>
> I made some more changes.
OK. There are still a few tab characters (found some in
libraries/tbl_select.lib.php).
> Should I proceed now to try the charting libraries?
Yes but in your proposal you wrote that you preferred jQuery-SVG so I
assume you'll try this one first?
--
Marc Delisle
http://infomarc.info
More information about the Developers
mailing list