$constraint = array(    'OR' => array(  'Post.topic'    =>      "LIKE %
$looking_for_text%",
                                                        'Post.content'  =>      
"LIKE %$looking_for_text%")
                                                        );


$constraint = array(    'AND'   => array(       'Post.category_id' => 3),

                                'OR'    => array(       'Post.topic'    =>"LIKE 
%$looking_for_text%",
                                                                'Post.content'  
=>"LIKE %$looking_for_text%"
                                                        )


                                                                );


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to