Recent Posts
- (02/24) Calling an Element from a Helper TAGS:CakephpWeb ProgrammingUsageTutorialExample
- (10/14) Forcing A Single Join in CakePHP PaginationTAGS:CakephpCakephp 13DatabaseErrorsHabtmMysqlMssqlWeb ProgrammingUsage
- (08/11) Inserting NOW() into MySQL Using CakePHPTAGS:CakephpDatabaseMysqlMssqlWeb ProgrammingUsage
- (08/07) Best PaginateCount for CakePHP - with Group By SupportTAGS:CakephpBehaviorsWeb ProgrammingUsageDatabaseExampleMysqlHabtmHack
- (04/03) CakePHP Error Messages Not Showing on FormTAGS:CakephpCakephp 13Web ProgrammingErrorsUsage
- (02/06) Sorting Paginated Results Using a Related Model Field in CakePHPTAGS:CakephpWeb ProgrammingUsageExample
- (11/02) Changing CakePHP's Model useTable on the FlyTAGS:CakephpWeb ProgrammingMysqlDatabaseExampleTutorial
- (10/18) The Funniest Error Message Ever - Thank You EclipseTAGS:EclipseWeb ProgrammingErrorsHumorWindowsUsageSoftwarePhpCakephp
Subscribe to my feed
MainelyDesign.com Blog
CakePHP 1.3 Improvements Over CakePHP 1.2
Posted on 09/09/2010 at 02:01 pm by Kevin Wentworth
Viewed 2,811 times | 0 comments
I've been working on upgrading my CakePHP application to cake version 1.3. It's a lot of work. I find myself constantly consulting the CakePHP manual/book for answers. There are many places to look for all of the improvements that were rolled into CakePHP 1.3 (at least coming from the 1.2 version). For my own reference, I'm creating a list of all of the manual pages that reference improvements, new features and/or different ways of doing things in CakePHP 1.3.
CakePHP 1.3 Improvements
- Migrating from CakePHP 1.2 to 1.3 (start here) - http://book.cakephp.org/view/1561/Migrating-from-CakePHP-1-2-to-1-3
- Improvements in CakePHP 1.3 - http://book.cakephp.org/view/1572/New-features-in-CakePHP-1-3
- Form Helper Improvements - http://book.cakephp.org/view/1616/x1-3-improvements
- Theme Improvements/Changes (especially Theme Assets) - http://book.cakephp.org/view/1093/Themes
- New ACL Scoping (espcially for plugins) -
- For 1.3, use Mark Story's ACL Extras aco_update to create you Aco records (it is 100% 1.3 ready)
- For 1.2, I used a tool I found in the bakery: Acl Controllers
As I find really good manual pages that relate to improvements over CakePHP 1.2 I will continue to post links. When I'm done with my upgrade, I'll be posting about some of my experiences.
Cheers,
-Kevin Wentworth
Tags for CakePHP 1.3 Improvements Over CakePHP 1.2
Cakephp | Links | Web Programming | Upgrade
