Implicit Evaluation with PHP Archives: Fortitude
· previous page
20 July 2006
The Wealth of PHP Frameworks
I’ve tried a lot of PHP frameworks. I’ve tried the big ones like Prado, CakePHP and Symfony. I’ve tried the usual mix of in-house solutions. And I’ve never found one I’ve liked. Some of my excuses seem superficial, but the thing about programming is that if you’re not completely comfortable with something, it will cripple […]
continue reading... » One Comment
15 December 2005
I Always Screw Up Some Mundane Detail
Most medium- or large-sized projects are multi-layered if not multi-tiered. There is an interface tier, a logic tier and a data tier. In an MVC-based application, the interface equates to the various views, the data tier is one component of the model and the logic is most of the controller. Building all the basic objects, […]

