This blog is about the PHP solutions I have to think of when I'm developing systems almost every single day...

Monday, June 30, 2008

The guts of a query

Sometimes to create more complex queries in cakephp you'd have to refer directly to the source code. If you want to know how do they change all of that array into the where clause of your query just search the api for conditionKeysToString.

0 comments: