Hi,

On Wed, 03 May 2006 08:59:23 -0500
Michael Sullivan <[EMAIL PROTECTED]> wrote:

> I know about event-driven programming (I wrote in VB for years before I
> achieved the enlightenment of Linux), but I didn't know that it was
> possible with PHP.  I use event-driven techniques in Gambas and qt.  I
> always thought squirrelmail code was like that for security purposes...

I never heard of it as "event driven programming", but I think what it
should refer to is the MVC pattern. The "events" for web applications
are of such a homogenuous nature that it has no worth to think of it as
"event driven". One needs a good understanding of MVC and the
Doc/Controller model (and serialization of state data) for building
fine complex webapps whose overall logic should keep being
understandable.

On the opposite, if you've just a plain simple page to display, MVC is
definitely way too heavy.

-hwh
-- 
gentoo-user@gentoo.org mailing list

Reply via email to