It would appear that the function ->_selectedArray() is missing from
cakephp 1.2

How should I gather the selected options for a HABTM association then?


=== cakephp 1.1 examples: ===
http://api.cakephp.org/1.1/class_controller.html#9acfedd26fc4259442b36690862115ee

$this->set('cCategories', $this->CCategory->find('list'));
$this->set('selectedCCategories', $this->_selectedArray($this-
>data['CCategory']));
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to