Hi GregL,

Assuming you are using the html helper: It´s all in the name of the
input field name ;)

have a look at
http://wiki.cakephp.org/tutorials:blog_tutorial_-_1#edit_a_post,

the form field names are called with "ModelName/FieldName" as the first
parameter, the html helper is populated with the model info by Cake
automatomagially and if a model instance is loaded with a value for the
given field name the result is set to the field value.

If you are still hungry for info, I would put a some pr($this) in any
of the html input field methods. The methods that do the business are:
setFormTag();
tagValue();

Cheers,

AD7six


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to