MVC in PHP
Jun
17
2005
I've seen more than 1 of the "ports of Struts to PHP" in the last year or 2, but most seem to be more work to implement than the benefit they give. However, this one: Studs, while suffering from a name that will likely hinder its adoption shows much more promise to me than most of the others. Among the very cool features is an implementation of a "servlet" container that retains state. Given how often something like Struts is lauded over PHP on that one feature alone, this is a pretty big feature to include.
There are a BUNCH of other MVC bits out there, but I think I'm actually going to give this one a shot on a project soon.
