News Feed
Jobs Feed
Sections




News Archive
O'Reilly:
Implementing MVC in PHP The View
January 27, 2006 @ 07:12:06

ONLamp.com has a new tutorial posted today, the next part in their look at the Model-View-Controller method for application development - this time, focusing on the View.

The presentation layer, as I call it, is the View, in common MVC terms. Its sole responsibility is to display information. It could care less about authenticating users, what the data is or, for the most part, where it came from. The only thing it has to worry about is how to render it and where to send it once rendered.

By default, the framework uses Smarty to render the framework. I'm not here to argue semantics, but your presentation layer should consist of a template engine of some sort and a few supporting presentation layers.

They show how, based on the code from previous parts, how to implement the output of the application with the help of the Smarty libraries. They show two methods of output - a normal HTML version for humans to read and a well-formed XML document fit for any number of uses...

0 comments voice your opinion now!
model view controller implement output presentation layer model view controller implement output presentation layer


blog comments powered by Disqus

Similar Posts

MaltBlue.com: Zend Framework 2 - Hydrators, Models and the TableGateway Pattern

Paul Jones' Blog: Teaser for php|works

Sebastian Bergmann\'s Blog: More Work on Reporting in PHPUnit 3

Matt Curry's Blog: One More Tip For Speeding Up CakePHP Apps

DotVoid.com: Reordering nested sets using PHP and Javascript


Community Events











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


testing series release opinion community phpunit framework introduction symfony2 functional development conference language database zendframework2 interview podcast rest usergroup unittest

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