<?php echo $form->create('Thingy', array('url' => array('controller'
=> 'stuffs', 'action' => 'someAction'))); ?>

On Oct 2, 11:52 am, macasek <[EMAIL PROTECTED]> wrote:
> Thank you!
>
> I was hoping it was avaliable because I wanted to see an example of
> using a helper to create a form tag. There appears to be 2 ways,
> AjaxHelper and FormHelper. The Ajax::form is all about ajax submission
> and the Form::create appears to only allow you to set the model and
> then it assumes the method to call is add.
>
> I am currently porting a 1.1.x app and am looking for a creation
> mechanism similar to the old Html:formTag which allows you to set the
> entire action.  Is there anything in 1.2.x that is that flexible? Or
> do I need to resort to the manual creation of form tags?
>
> Thanks again!
>
> On Oct 2, 10:40 am, "John David Anderson (_psychic_)"
>
> <[EMAIL PROTECTED]> wrote:
> > On Oct 2, 2007, at 8:17 AM, macasek wrote:
>
> > > I see there is a 1.2.x api but is there also a manual under
> > > development?
>
> > Yep. It's nearing 150 printed pages, and an initial version is
> > already under review by the core development and documentation teams.
>
> > Stay tuned.
>
> > -- John


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