So all you want is for your helper to have the same interface as the
Form/Html helper, but save the requested field names to the session
and generate new random field names which are passed to the real Form/
Html helper?

In that case, your helper can either have var $helpers =
array('Form','Html') and use $this->Form->input() etc
or it can actually extend the existing FormHelper, and call
parent::input() etc.

In both ways you may need to update your helper if the interface to
the existing helpers changes dramatically.  However, historically Cake
has remained backwards compatible for a fairly long time, so even if
you base this off the in-development Cake 1.2 I doubt you'll have any
problems updating your Cake core.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to