Posted by Tim Van Wassenhove on 07/30/05 16:23
On 2005-07-30, richard <richard@localhost.localdomain> wrote:
> I work for a company called zedcore.com, and we code php for money. We
> have solved this issue. I'll explain what we have done.
[snip code]
These are a couple of questions i have with a lot of classes/functions
that proclaim the query generation:
- Does it allow you add a column LIKE 'value%' instead of
column='value'?
- Does it allow you to have a "complex" condition like
column=MAX(column) or is that translated to column='MAX(column)'?
- How does it handle with values like O'Reilly? (It would be silly if
you have to escape the value yourself.)
--
Met vriendelijke groeten,
Tim Van Wassenhove <http://timvw.madoka.be>
Navigation:
[Reply to this message]
|