model view controller

Building A RESTful PHP Server: Understanding the Request - Lorna...

Planet PHP  Thu, 01/19/2012 - 02:33

Once upon a time, what seems like a lifetime ago, I was away for a couple of weeks, and I wrote a series of posts about serving RESTful APIs from PHP to keep my blog going while I was away.

Fast forward a few years and those posts are outdated and still wildly popular - so I thought it was about time I revisited this and showed how I'm writing RESTful PHP servers today!


 

InfoWorld: InfoWorld review: Fabulous PHP frameworks

PHPDeveloper.org  Mon, 01/31/2011 - 14:09

InfoWorld has put together a review of some of the top PHP frameworks out there and have shared their results in terms of capability, ease of development, documentation and ease of installation (and overall score, of course).


 

Ibuildings techPortal: Optimising MHVC Web Applications for Perf...

PHPDeveloper.org  Wed, 11/17/2010 - 08:17

On the Ibuildings techPortal there's a new tutorial from Sam de Freyssinet that follows up on a previous article he wrote about using HMVC (Hierarchical-Model-View-Controller).

In this new article, he talks about some of the things you can do with that pattern to increase performance.


 

Zend Framework Modules: Autoloading & Namespaces - Court Ewing

Planet PHP  Tue, 07/06/2010 - 06:45

Modules are natively supported in Zend Framework, but their implementation is not conducive to flexible autoloading nor the use of namespaces in PHP 5.3.

There may be a few contributors out there that will defend the current implementation of module autoloading, but throughout the development lifecycle of the current Model-View-Controller implementation in the framework, poor design decisions have made working with modules less flexible and more frustrating.


 

PHPBuilder.com: Build an MVC Framework with PHP

PHPDeveloper.org  Fri, 12/18/2009 - 07:50

On PHPBuilder.com today there's a new tutorial that walks you through the process of creating a simple MVC framework in PHP based on Smarty, PostgreSQL and the PEAR XML_Serializer package.


 

TechChorus Blog: Zend Framework 1.8 Web Application Development ...

PHPDeveloper.org  Mon, 11/23/2009 - 11:14

On his TechChorus blog Sudheer has posted his own review of the Packt Publishing book "Zend Framework 1.8 Web Application Development" (by Keith Pope).


 

Federico Cargnelutti's Blog: Symfony 1.3 Web Application Develop...

PHPDeveloper.org  Wed, 10/14/2009 - 08:10

Federico Cargnelutti has posted a quick review of the Packt book "Symfony 1.3 Web Application Development" (by Tim Bowler and Wojciech Bancer).


 

Developer.com: Build your own MVC Framework: Making Headway

PHPDeveloper.org  Mon, 08/31/2009 - 08:09

Continuing on from the first part of the series, Marc Plotz forges ahead in his development of a PHP MVC (Model/View/Controller) framework.

This new article gives a more complete overview of how the entire framework is structured.


 

Internet.com WDVL: An overview of the Zend Framework

PHPDeveloper.org  Thu, 08/27/2009 - 09:02

New from the Web Developer's Virtual Library today is this overview by Marc Plotz of the Zend Framework, including a brief introduction to the Model/View/Controller design pattern.