OK, whatever I'm doing wrong, it's probably the exact same thing I'm
doing wrong with this code (I've put it public before it's working in
case it helps you help me fix my bug at all):

Tarball: http://cakephp.bytenoise.co.uk/simple-blog-example.tbz

SQL: http://cakephp.bytenoise.co.uk/#creating_a_database

/app/views/entries/admin_form.ctp lines 13 to 20:

echo $form->input('Tag.multi_field', array(
  'options' => $tags,
  'label' => 'Tags',
  'multiple' => 'checkbox',
  'error' => array(
    'Please choose at least one tag.'
  )
));

/app/app_controller.php line 166:

if ($this->$modelName->save($this->data)) {

Thank you very much for your help,
Zoe.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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