Hi,

I am trying to see if $html->selectTag or other other methods return a
variable name that is not in the form of data[model][field]
eg:
<input name='varname' value='somevalue'/>
instead of
<input name='data[model][varname]' value='somevalue'/>


In RoR, there is a input as well as inputTag to differentiate between
the two output.
Its easy putting the form tag directly for <input ../>, but its
cumbersome to do the same thing for select and other tags.

cheers
=R


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to