Re: Question Regarding Complex Find Conditions and HABTM

2007-03-27 Thread Jon Bennett
> To answer my own question, I've found this open Trac ticket which > addresses this issue: https://trac.cakephp.org/ticket/1209 looks like > it's currently slotted for 1.2 release. check out AD7six's post here http://groups.google.com/group/cake-php/browse_thread/thread/f23b1825050ad543/01409274

Re: Question Regarding Complex Find Conditions and HABTM

2007-03-27 Thread space_boy
On Mar 27, 10:50 am, "space_boy" <[EMAIL PROTECTED]> wrote: > In the 'Complex Find Conditions (using arrays)' section of the Models > chapter in the manual (http://manual.cakephp.org/chapter/models), it > is suggested that you can search multiple models using a conditions > array such as: > > arra

Question Regarding Complex Find Conditions and HABTM

2007-03-27 Thread space_boy
In the 'Complex Find Conditions (using arrays)' section of the Models chapter in the manual (http://manual.cakephp.org/chapter/models), it is suggested that you can search multiple models using a conditions array such as: array ("Author.name" => "Bob", "or" => array ( "Post.title" =>