See here for differences: http://book.cakephp.org/#!/view/1554/Appendices
The Form and Html helpers are available by default: http://book.cakephp.org/#!/view/961/components-helpers-and-uses $form/$html are old syntax. Now always use $this->Form & $this->Html. Jeremy Burns Class Outfit [email protected] http://www.classoutfit.com On 11 Mar 2011, at 04:57, thom wrote: > Hello (again),, > > I have some question about cakePHP : > > 1. What are the differences (comparation) between cakePHP 1.2 and > cakePHP 1.3? I'm starting to use cakePHP 1.3 and I think I should know > a little bit knowledge on previous version.. So if I search on Google > and find some script based on cake cakePHP1.2 and I use that, what are > your suggestions? I mean, maybe syntaxs/ something I need to fix from > the script I got. Some links might helpful. > 2.Is form helper automatically be loaded on cakePHP 1.3? > 3. I noticed on manual page that sometimes the examples are using > $this->Form->create(), and sometimes using $form->create(). Is > $form->create() the short-code for $this->Form->create(). I found > other 'shotcode's like $html->link. > > Thank you for your help and responses. > > -- > Regards,,, > mastanto > http://www.mastanto.com > http://thom-sharing.blogspot.com > > -- > Our newest site for the community: CakePHP Video Tutorials > http://tv.cakephp.org > Check out the new CakePHP Questions site http://ask.cakephp.org and help > others with their CakePHP related questions. > > > To unsubscribe from this group, send email to > [email protected] For more options, visit this group at > http://groups.google.com/group/cake-php -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
