hi Will,
> Ok, I tried again at a bit of self rescue, and after a bit of reading
> thought contain might be able to help.
Have you included the containable behaviour in your app_model?
var $actsAs = array('Containable');
> $venues_contained = $this->Venue->find('all', array('contain'=>array
> ('Offer' => array(
> 'conditions' => array("Offer.date_end > $time")
> ))));
Your conditions array doesn't look right to me, try:
$conditions = array('Offer.date_end >' => $time);
hth
Jon
--
jon bennett - www.jben.net - blog.jben.net
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" 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