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

Community News: Responses to Namespaces

PHPBuilder.com: Reading RSS feeds in PHP: Part 2

Gergely Hodicska's Blog: Extending Zend_Acl to support custom roles and resources

O\'Reilly: Implementing MVC in PHP: The View

PHPied.com: AJAX MVC (so to speak)


Community Events











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


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

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