Friday, September 19, 2008

HtmlHelper::selectTag does not exist in CakePHP 1.2

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 cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: