[Phpmyadmin-devel] as i am basically a lazy person:

Beck, Mike mike.beck at ibmiller.de
Wed May 1 03:40:03 CEST 2002


just one idea:
PMA always shows the SQL it created, so couldn't we just add a small
checkbox and a textinput giving the user the possibility to add a
variablename and then to have a second output of the SQL in the form of

$var  = "SELECT field FROM table ";
$var .= "WHERE `field` = 'blub'";

so he could just copy & paste it to the code? Especially now that table_qbe
is starting to be intelligent enough to come up with nice SQL it would make
things easier for all those who develop in php (surely most of the users),
but also other languages might be able to use it (c, perl etc. do have a
rather similar syntax so it should be fine with them)


--
Gruß

Mike 




More information about the Developers mailing list