May 20, 2009, 16:01 by Anonymous
The best use of Robocop in any slides I've ever seen.
Ed Finkler (May 19, 2009)
Talk at php|tek 2009 (English - US)
Rapid web app development with Model-View-Controller frameworks has become enormously popular in the past few years, but the learning curve can be steep. This three-hour tutorial session will ease you into MVC development by taking a practical, down-to-earth approach. We'll start with basic MVC concepts, see how they're used in a popular PHP framework (CodeIgniter), and build an application from scratch, including a web front-end and an API.
Topics covered:
- What is MVC, and why is it useful in web app dev
- Best practices in app structure
- Differences in MVC implementation between frameworks
- How to keep things simple and comprehensible
- Creating APIs for 3rd-party developers
Quicklink: http://joind.in/172
Slides: MVC Development in PHP
May 20, 2009, 16:01 by Anonymous
The best use of Robocop in any slides I've ever seen.
May 20, 2009, 14:25 by EliW
A very interesting discussion in the beginning about the history of MVC, and variations on the concept. Ending with a good introduction to how CodeIgniter does MVC.