It's not much of a leap. Generally the main problems you'll have are related to $form and $html, but the new syntax ($this->Form etc) have worked for ages, so most good code examples will use them anyway.
Beyond that, you have to try the code and see what breaks. Refer to the appendix I sent you and then come back here when you're stuck. Jeremy Burns Class Outfit [email protected] http://www.classoutfit.com On 11 Mar 2011, at 06:01, thom wrote: > On Fri, Mar 11, 2011 at 12:04 PM, Jeremy Burns | Class Outfit > <[email protected]> wrote: >> 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. >> > > Thank you Jeremy Burns for your answers. It help me a lot. > But what if I search on Google and find some script based on cake > cakePHP1.2? What kind of adjustment or syntax-fixing or something I > should do? I mean, how to convert it to cakePHP 1.3 based script? > > -- > 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
