tedd wrote:
> At 2:19 PM +0200 8/30/06, Paul Scott wrote:
>> On Wed, 2006-08-30 at 13:10 +0100, Ross wrote:
>>>  (ii) what is the technique called
>>
>> Read up on MVC (Model View Controller) and the front end controller
>> design pattern.
>>
>> Wikipedia is a good start.
>>
>> --Paul
> 
> Interesting that someone finally put a name to something we've been
> doing for decades. We used to just call it input, process, and display,
> which to me seems simpler. In addition, if one used IPD, it's acronym
> would at least be in the right order.

seems whenever I write something that resembles a FrontController I end up
with a process() and a display() method ... small world.

> 
> tedd

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to