News Feed
Jobs Feed
Sections




News Archive
Paperbagcoder:
MVC and PHP
May 30, 2006 @ 06:08:17

In This quick post from Paperbagcoder, he gives basic example of what a Model-View-Controller kind of architecture is all about along with some code as an example.

Model view controller architecture has been a staple of desktop application development for a hell of a long time. I dont know when exactly it became a buzz word in web development but I feel pretty safe saying it is the new hotness. And why not, with the increasing complexity of these newfangled web applications and websites in general the encapsulation and flexibility of mvc design makes darn good sense (buzzwords bolded for the executives out there). But what happens when a good design idea meets a really really evil language...

In his perspective, PHP isn't neccessarily evil - it just allows people to "be evil" and write bad code way too easily. He does note, though, that it is possible to write good PHP code without much effort, especially if you use a correct MVC mentatlity. His example selects car data from the database and makes a call to update the information before spitting it out to the template to be rendered.

1 comment voice your opinion now!
model view controller mvc tutorial seperation model view controller mvc tutorial seperation


blog comments powered by Disqus

Similar Posts

H3rald.com: Akelos Framework - too good to be true?

Lorenzo Alberton's Blog: PEAR::Pager Tutorials

DevShed: Auto Loading Classes in PHP 5

PHPBuilder.com: An Introduction to Graphs Using PEAR\'s Image_Graph Package

NetTuts.com: How to Use Selenium 2 With PHPUnit


Community Events









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


development testing community introduction composer framework release event interview database zendframework2 phpunit code functional language example object api unittest opinion

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