News Feed
Jobs Feed
Sections




News Archive
CodeSnipers.com:
Stupidly Easy MVC in PHP or "We don't need no stinking framework!" (Part 2)
November 10, 2005 @ 05:35:38

With Part 2 of the "Stupidly Easy MVC in PHP or 'We don't need no stinking framework!'" series today, CodeSnipers.com builds on the previous article and focuses more on extending the base classes from before.

In Part 1, I explain my base classes: MVC_Controller, MVC_View and MVC_Model. For my simple links application I extend the model class and the controller class.

Separating things out, like model and view is extremely helpful even for working in a team. In addition, it makes it easier when you change template solutions (or decide "I don't need no stinkin' template" and just use PHP) or DB abstraction etc.

She extends the framework she created to create both a model and a controller that will display some links from a database (as well as allow you to edit them).

0 comments voice your opinion now!
MVC framework easy MVC framework easy


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: PHP Abstract Podcast Episode 8: CodeIgnighter Overview

Jordi Boggiano's Blog: Who let the Dwoo out ?

Community News: Jackal PHP Framework

Jacob Santos' Blog: Object Oriented Programming Isn't Easy

IBM developerWorks: Introduction to MVC programming with Agavi (Parts 4 & 5)


Community Events











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


code series opinion example podcast zendframework2 introduction tool testing release application conference development interview community functional framework language unittest phpunit

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