for use with selectTag, you should do:
$this->set('data',$this->Book->Author->generateList());

it will return you an associative array of this kind:
array(
  id1 => name1,
  id2 => name2,
);

then you pass it directly to selectTag


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