YOUR FEEDBACK
Microsoft Reorgs After Key Exec Bolts
MS News Desk wrote: Microsoft CEO Steve Ballmer is now running the company...



2007 West
GOLD SPONSORS:
Active Endpoints
Your SOA Needs BPEL for Orchestration
BEA
Virtualized SOA: Adaptive Infrastructure for Demanding Applications
Nexaweb
Overcoming Bandwidth Challenges with Nexaweb
TIBCO
What is Service Virtualization?
SILVER SPONSORS:
WSO2
Using Web Services Technologies and FOSS Solutions
Click For 2007 East
Event Webcasts

2008 East
PLATINUM SPONSORS:
Appcelerator
Think Fast: Accelerate AJAX Development with Appcelerator
GOLD SPONSORS:
DreamFace Interactive
The Ultimate Framework for Creating Personalized Web 2.0 Mashups
ICEsoft
AJAX and Social Computing for the Enterprise
Kaazing
Enterprise Comet: Real–Time, Real–Time, or Real–Time Web 2.0?
Nexaweb
Now Playing: Desktop Apps in the Browser!
Sun
jMaki as an AJAX Mashup Framework
POWER PANELS:
The Business Value
of RIAs
What Lies Beyond AJAX?
KEYNOTES:
Douglas Crockford
Can We Fix the Web?
Anthony Franco
2008: The Year of the RIA
Click For 2007 Event Webcasts
MOST READ THIS WEEK
SYS-CON.TV
TOP LINKS YOU MUST CLICK ON


Rolling Your Own MVC Framework - Starting-Point for Any PHP Application
Developing a simple MVC framework that you can use as a starting point for almost any PHP app

Digg This!

Michael Girouard's Blog

Over the next couple of articles, I'll be walking you through the process of developing a simple MVC framework that you can use as a starting point for almost any PHP application that needs to be developed.

Furthermore this framework won't be like any other framework you've seen: it's going to be small enough to not obstruct the real development, elegant enough to make it a pleasure to work on in the future, and scalable enough to be useful in the development of applications of any size.

How? By keeping things simple and resisting the urge to add tons of stupid features. Remember, it’s just a framework. Save the real coding for the application.

The Ground Rules

Before we dive into the deep end, let’s get a few things straight. Everyone has their own way of interpreting the concepts I will be presenting so before anyone draws any premature conclusions, I’m going to lay it all out in the open.

In no particular order:

  • MVC is a design pattern — not a framework. Most of this framework’s code base will be written toward MVC components, however that still does not make it a stand-alone framework.
  • Frameworks should have a small set of responsibilities. The framework demonstrated will only be responsible for the page load scenario.
  • This is all part of a side-project I am in the process of bringing back to life. If you want something that offers a bit more, be sure to follow up on the project every now and again.
  • It is my most sincere hopes that by documenting my experiences here, you too will be inspired to develop your own framework. If you want, please feel free to use my code as a starting point — but be aware that I am releasing it under the New BSD License. This means that it’s damn near public domain, but you have to send some credit my way if you want to use the code.
  • Only PHP 5 will be used. There’s absolutely no point in wasting time to support people who refuse to stay current.
  • The API will be delivered using a set of abstract classes and interfaces. When it comes time to write an application, simply extend the class you need.
  • This will be an evolving project. Although I’m quite settled on how this is going to work, I predict that the feature set will change.

The Feature Set

Even though the goal of this framework is to be lightweight, it still will need to have a reasonable set of features to make it worth using. The following list are things that I think are requirements in any modern PHP framework:

  • Controllers that prefer REST-based requests, but can be force-fed an action in case the client doesn’t fully support the HTTP spec (web browsers for example) or if that’s just how you prefer to structure your URIs.
  • The ability to emit any data type: HTML, XML, JSON, Serialize PHP, or anything else you wish to define.
  • The option for anything to be overridden with new functionality.
  • Models that represent any kind of data — not just database records — as well as provide a uniform API no matter what the data type is.
  • A template system that supports master templates and partial templates. No custom template language. No separate header/footer includes.
  • Automatic dependency location by user-defined parameters.

So why reinvent the wheel?

Because you can. Because you will learn a great deal. Because all other frameworks are great for getting an application off the ground, but come with a lot of extra baggage that you simply don’t need.

The reality is simple: frameworks aren’t that big of a deal. Just because is big, bulky, and bad ass doesn’t mean that you can’t make something just as good… even better since it will be your framework.

[The second part of this series can be found here.]
About Michael Girouard
Mike Girouard is a front-end web developer living in New York City. As the Sr. Developer at the creative agency Magnani Caruso Dutton, he takes pride in his ability to introduce web standards and beautiful code to industry giants such as Discover and AT&T. In his offtime, Girouard goes right back to his editor and codes toward his latest open-source baby, Panda PHP Components. You can read more about him and his other projects on his blog, http://www.lovemikeg.com/blog.

LATEST PHP STORIES
Cloud Computing - IBM's Got Its Head in the Clouds
Reminding people of how its backing was the making of Linux, IBM, to no one's surprise, has thrown its support behind cloud computing, that delicious nexus of every chi-chi buzzword technology currently in vogue: Web 2.0, rich Internet applications, software-as-a-service, SOA, grid com
Server-Side, PHP-Generated AJAX
As Web-based applications are pushing the 'Rich User Experience' envelope, AJAX is quickly becoming a standard front-end for any PHP application. But unfortunately as PHP applications that utilize AJAX are being forced to morph from two-tier to three-tier architectures, pushing code to
Adobe's Kevin Lynch and Microsoft's Scott Guthrie to Keynote AJAX World RIA Conference & Expo
Two of the biggest launches in Rich Internet Application history took place in 2007/2008 when Adobe launched AIR 1.0 in February '08 and Microsoft launched Silverlight (September '07). At the 6th International AJAXWorld RIA Conference & Expo in October SYS-CON Events is delighted to be
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS
SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
Click to Add our RSS Feeds to the Service of Your Choice:
Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
Publish Your Article! Please send it to editorial(at)sys-con.com!

Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021

SYS-CON FEATURED WHITEPAPERS

ADS BY GOOGLE
TODAY'S TOP READS
Cloud Computing - IBM's Got Its Head in the Clouds
Reminding people of how its backing was the making of Linux, IBM, to no one's surprise, has thrown i
Server-Side, PHP-Generated AJAX
As Web-based applications are pushing the 'Rich User Experience' envelope, AJAX is quickly becoming
Adobe's Kevin Lynch and Microsoft's Scott Guthrie to Keynote AJAX World RIA Conference & Expo
Two of the biggest launches in Rich Internet Application history took place in 2007/2008 when Adobe
Photon Announces New Drupal Training Center
Photon Infotech announced the opening of the Photon Drupal Training Center, a new facility that will
Virtualization Conference Keynote Webcast Live on SYS-CON.TV
Brian Stevens, the Chief Technology Officer and Vice President of Engineering of Red Hat, delivered
NetBeans: It's Not Just for Java Anymore
Java developers have had a nice ride the last few years. With ferocious competition in the Java tool
SYS-CON's Virtualization Conference & Expo: Themes & Topics
From Application Virtualization to Xen, a round-up of the virtualization themes & topics being discu
Put Your PHP App on Steroids
Nothing's cooler than writing a bad-ass site or application and watching it gain popularity and a si
Red Hat Named "Platinum Sponsor" of Virtualization Conference & Expo
Red Hat is a trusted open source provider. Red Hat offers enterprise customers a long-term plan fo
View "Virtualization Power Panel" Live on SYS-CON.TV
Red Hat CTO Brian Stevens, Citrix CTO Simon Crosby, Egenera CTO Pete Manca, Allen Stewart, Group Man
HOT DISCUSSIONS