NYCPHP Meetup

NYPHP.org

[nycphp-talk] Php Framework

csnyder chsnyder at gmail.com
Fri Mar 4 09:01:26 EST 2005


I could not wake up and face the day without MVC, or whatever bastard
version of the pattern I happen to be using. Not only is it possible
with PHP, it's highly recommended for maintainability (and therefore
security).

I don't buy the argument that more code is involved, at least not for
any system more complex than a simple weblog. Writing a framework to
take care of the infrastructure of parsing and responding to HTTP (or
whatever) requests allows you to concentrate day to day on business
logic and display routines.

I think that, like a CMS, your choice of framework is highly
subjective. Unless you fall in love on first sight you will probably
end up writing your own.



More information about the talk mailing list