thanks but doesn't work:
I have this in my controller:
$this->set('levelID', am(array(0 => 'Select a Level')),
$this->User->Level->generateList( null, "name_en ASC"));
and only view shows:
<?php echo $html->selectTag('User/level_id', $levelID, null, null,
$html->tagValue('User/level_id'), true);?>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---