so i have
Array
(
[0] => erotyczne
[1] => pornografia
)
in view
<?php echo $html->selectTag('File/category_id', $cats); ?>
and first option is empty why ?
<select name="data[File][category_id]" id="FileCategoryId">
<option value="" > </option>
<option value="0" selected="selected">erotyczne</option>
<option value="1" >pornografia</option>
</select>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---