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

PHPBuilder.com: Upgrading Basic Twitter Authentication to OAuth with PHP

Anson Cheung's Blog: Create nodes in eZ Publish using PHP

Richard Thomas' Blog: Solar Framework Shorts - Table creation

Jim Plush's Blog: MYBIC GOES 1.0! (yes, yes with firebug debugger!)

DZone.com: How to Use Flash for File Upload with PHP


Community Events











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


opinion composer api podcast introduction release interview language phpunit development community testing code framework application zendframework2 series functional database example

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