News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Build an MVC Framework with PHP
December 18, 2009 @ 07:50:52

On PHPBuilder.com today there's a new tutorial that walks you through the process of creating a simple MVC framework in PHP based on Smarty, PostgreSQL and the PEAR XML_Serializer package.

PHP now enables you to build robust, manageable, and beautiful enterprise web applications. The best way to do that is to divide the application into three components: model, view, and controller. In other words, you need to separate the presentation, the database, and the business logic from each other. The most common approach for achieving this design goal is to adhere to a strict Model-View-Controller (MVC) framework.

He uses the example of creating an application (a feed reader) to show how the parts of the MVC will fit together as a whole. You won't find any code examples in the article, just an explanation of how everything works together. You can, however, dowload the source and follow along.

0 comments voice your opinion now!
mvc framework tutorial smarty postgresql pear


blog comments powered by Disqus

Similar Posts

RefreshinglyBlue Blog: PHP vs Ruby - Practical Language Differences

Stefan Koopmanschap's Blog: Don't make them compete, make them work together!

PHPBuilder.com: Create Advanced Facebook Apps with Facebook JavaScript

The Bakery: Nine New Tutorials, Helpers and Plugins for CakePHP

Stoyan Stefanov's Blog: The PEAR book


Community Events









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


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

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