News Feed
Jobs Feed
Sections




News Archive
Agile Toolkit News:
Selective view rendering in Web Applications
November 08, 2010 @ 13:48:56

New from the Agile Toolkit News site today, there's a new article looking at selectively rendering views in framework-based web applications, handling them as objects instead of just output.

Today - any desktop software is able to re-draw itself from a callback by operating system. However many Web Frameworks today do not keep track of objects and cannot selectively produce pieces of HTML code. I believe that ability to have control over objects on HTML pages is very essential to have in the Framework. Here is why...

He starts with a look at how desktop software handles things, then moves to the state of web rendering ("still in the 90-ties"). He talks about their better approach to things - creating a two-pass walkthrough where rendering is done on each of the objects in the page first and then those are passed to a "master parser" for overall display. A simple PHP code example is included. Creating an application with this approach makes performance, javascript integration and other templating features simpler.

0 comments voice your opinion now!
view rendering application twopass object


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: OOP in PHP: New PHP Article in Web Designer Magazine (Nov 2006)

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

Paul Jones' Blog: Memory Leaks With Objects in PHP 5

Johannes Schluter's Blog: PHP 5.3: Up to 30% performance win

PHPMaster.com: Documentation Makes the World Go Round


Community Events









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


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

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