News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Developer.com:
Fat Models and Skinny Controllers Bring Out the Best in Your MVC Framework
January 04, 2010 @ 12:09:20

This new article on Developer.com advocates one way of working with the MVC pattern in your framework-based applications - fat models and skinny controllers.

But a framework shouldn't be considered a panacea; it remains paramount for you to continue exploring and implementing best practices, which will further enhance the maintainability, reusability, and readability of your code. One such best practice involves adhering to a design decision that produces "fat models" and "skinny controllers." The term "fat" is derived from the idea of packing as much of the data-related logic into the model as possible while maintaining a streamlined, almost barren controller.

The concept applies to several web application frameworks out there, but they use the Zend Framework to talk about the wrong way - putting most of the application logic in the controllers - and what they think is a more flexible, organized way to handle the code. A bit of code is included to help illustrate their point.

0 comments voice your opinion now!
fat model skinny controller zendframework framework



Similar Posts

PHP-Coding-Practices.com: The Opening Of A New PHP Directory!

Matthew Weier O'Phinney's Blog: ZF+Dojo Webinar

Jacob Santos' Blog: Patterns for PHP: Page Controller Draft

Atlanta PHP User Group: March 2006 Meeting - 2nd @ 7pm

Community News: Webinar Today for Zend Framework/Dojo Partnership


Community Events









Don't see your event here?
Let us know!


codeigniter facebook opinion symfony doctrine microsoft drupal release performance job framework feature sqlserver windows wordpress podcast developer extension zendframework conference

All content copyright, 2010 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework