News Feed
Jobs Feed
Sections




News Archive
PHPied.com:
AJAX MVC (so to speak)
September 20, 2006 @ 07:23:22

On PHPied.com, there's a new tutorial that combines the power of Ajax with the flexibility of PHP to create a more Ajax-centric version of an Model/View/Controller structure.

This is sort of a framework thing to create AJAX applications, based on the MVC design pattern. Yep, I have a lot of buzzwords here, I admit, but this shouldn't be taken too seriously. I was doing a bunch of small projects lately and I found myself using something like this little framework, without even thinking about it.

Then I thought about it and I found that the scripts and the organization of them may resamble MVC a bit. So how does MVC fit when you mix things like thin and fatter client, HTML, JavaScript, XMLHttpRequest, PHP and CSS?

He compares the "usual flow" of Ajax applications verus how an MVC-like app would work and shows a simple version of one in action. It uses PHP for the Model, Javascript/PHP for the Controller logic, and strictly HTML/CSS/Javascript for the View to output to the user. He incorporates some of the Yahoo! UI functionality to help capture events and make the backend Ajax connection. His sample sends off an Ajax request to the PHP backend when the button is pressed and takes in the message (HTML) and pushed it back out into the current page.

The demo is here and you can download the source as well.

0 comments voice your opinion now!
ajax model view controller framework flow css demo ajax model view controller framework flow css demo


blog comments powered by Disqus

Similar Posts

Staw Dogs Blog: PHP Sinatra Clones

DevShed: The Switch Statement and Arrays

PHPit.net: Building a simple MVC system with PHP5

Felix Geisendorfer's Blog: New Google Analytics API / DataSource!

Systems Architect: Performance benchmark of popular PHP frameworks


Community Events











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


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

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