News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Generating View from MySQL to Simulate the Model-View-Controller Schema in PHP
August 21, 2006 @ 08:46:30

DevShed has posted part three in their "Simulating the Model-View-Controller Schema in PHP" series today, this time focusing on the last of the three, the View.

All right, after refreshing the topics covered previously, as well as clarifying some key concepts with reference to the concrete subject of this series, this journey will continue by constructing yet another practical example to expand your overall knowledge of object-based programming with PHP. In particular, it's designed to show you to use a MVC-driven relationship in another real-world situation.

If you're wondering to what other cases this relationship can be specifically applied, then I have good news for you. In this final article, I'll show you how to implement the MVC schema, in order to generate different outputs (or views) from a given MySQL data set.

They start over with their code, generating a new schema based around a MySQL processing class. The controller pulls its information from the database (our model) as to how the results should be displayed. Next they describe the model to help interface with the actual table and finishing it off with the output class, resulting in either XML or plain-text output of the user information.

1 comment voice your opinion now!
model view controller simulate mysql part3 schema tutorial model view controller simulate mysql part3 schema tutorial




Similar Posts

Utah PHP Users Group: January Meeting - Model-view-controller frameworks

Floss Valley Blog: Developing AJAX Application using Smarty and Xajax

IBM developerWorks: A step-by-step guide to publishing your own PEAR channels

DevShed: Validating User Input with the Strategy Pattern

Elizabeth Smith's Blog: How to Compile PHP5.2 and PHP-GTK2 on Windows using Visual C++ Express


Community Events











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


PHP5 security package book releases database framework zend PEAR developer zendframework cakephp example ajax mysql code release conference job application

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