generateList should do what you want.

$assoc_array = $this->YourModel->generateList( null, null, null,
"{n}.YourModel.year", "{n}.YourModel.year" );

will have the year as the key, and value.  Because it is the key, it
can only be distinct values.


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