Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Felix Geisendorfer's Blog:
How to oraganize your CakePHP App's Javascript II
Nov 24, 2006 @ 17:27:19

Continuing on from this previous post talking about Javascript in CakePHP applications, Felix Geisendorfer hands out more tips in this new blog entry targeted mainly at users of the jQuery Javascript library.

While the old solution was nice to manage the JS of a smaller application, this one is ment to structure your JS even in bigger projects. To make this possible I decided to go with a loose (MV)C pattern.

He gives an example of using a SiteController in connection with a CalendarController to help populate the information for the calendar.

tagged: cakephp framework javascript oraganize part2 cakephp framework javascript oraganize part2

Link:


Trending Topics: