Dynamic query

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Ratzzak
Forum Newbie
Posts: 21
Joined: Sat Jun 13, 2009 10:56 am

Dynamic query

Post by Ratzzak »

Hi guys,

In my application I wanna create a function which would create a dynamic query.. It can have any number of select columns, table joins, where clauses, order by clauses... Is there any snippets available or is a best way to do this?
Post Reply