hello,
usually a do something like:
$this->set('posts', $this->Post->find('list');
and a $form->input() create for me a select, automagically, using $posts..

but when i have to do a select with a field that contains spaces, like
"post of the month" i don't know how to solve the question..
because php doesn't allow variables name with spaces like "$post of
the monts"... how can i solve this?


-- 
pietro

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to