Beautiful!  Thanks!  I thought I was going to have to use
array_filter(). Yuck.

On Jan 13, 4:49 pm, "nate" <[EMAIL PROTECTED]> wrote:
You can use string-based conditions for that:

return $this->Listing->generateList(
    'Listing.school_high <> ""',
    'school_high ASC',
    null,
    '{n}.Listing.school_high', '{n}.Listing.school_high'
);


--~--~---------~--~----~------------~-------~--~----~
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