Published on 2005-09-13 02:29:10
Michael Bommarito have posted a very minimalistic PHP MVC implementation using PEAR DB_DataObject, Smarty and XAJAX. He explain in comments
Essentially, it's just another implementation of an MVC framework. Others might have more maturity in isolating components, but they're missing out on the whole AJAX revolution.
Besides, AJAX would allow the MVC model to be implemented on the web in a manner that simplifies the user's experience, just as it should've first been.
Ruby-on-Rails is exploding because of its native support for this sort of development, and it seems therefore an appropriate time to discuss and test implementations of similar frameworks for PHP.
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved