> where can i get the manual about this?

http://book.cakephp.org

> i also get confused with the form helper such as form->create(), how to
> change the model n the destination where i'll post the form?

$form->create('Post', array('url' => array('controller' => 'cake',
'action' => 'is_great')));
$form->create('Post', array('url' => '/cake/is_great'));

> i tried to generete the api reference using javadocs, some past it was so
> helpfull but i hope i can get a better one, anyone have?
>
> thanks,
>
>
> On Fri, Mar 7, 2008 at 4:50 AM, SumanRS <[EMAIL PROTECTED]> wrote:
>
> >
> >
> > > Oh I forget about:
> > >
> > > * Improved models validation
> > > * Localization and Internationalization
> > > * New Shells
> >
> > Baking (to automatically generate models, views, controllers and
> > more)! :)
> >
> > I would vote this as the best new feature and a really powerful one.
> > It makes development on CakePHP so much easier...
> >
> >
> >
> >
> >
> >
>
>
>
> --
> inoex135
> I'm a newbie who want to be a hacker
> http://inoex135.wordpress.com
>  >
>

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