In 1.2, all form/input related stuff has been moved to FormHelper: http://api.cakephp.org/class_form_helper.html
I assume you need the select: http://api.cakephp.org/class_form_helper.html#5171e675468c9665db0653c165b6c89c Hope that helps ;) On Sep 19, 10:43 am, Yuris <[EMAIL PROTECTED]> wrote: > I have those code below in CakePHP 1.1, but selectTag does not exist > in CakePHP 1.2, how could I modify for the new version? Thanks a lot! > echo $html->selectTag( > 'magasin', > $tabMagasin, > 0, > array( > 'id'=>"magasin", > 'class'=>"liste", > > > 'onclick'=>"document.getElementById('rechercherFlag').value > = 1;", > 'style'=>"width: 120px;" > ), > null, > true, > false > ); --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
