|
Posted by Bob Bedford on 05/26/06 16:12
hello
I'm looking for some functions or objects allowing to
select-insert-update-delete from any table in a mysql database without the
need to create a new query every time. Example:
selectdatas(array('field1','field2','fieldn'),array('table1','tablen'),array('left
join,idy','inner join, idx'))
then the function build the query, execute it and then return an object with
the query result.
I must build a database driven site that is 90% of the time spent on
building queries. If I may avoid build them manually it will help me a lot
and let me gain some days of programming.
Bob
[Back to original message]
|