Archive for the 'mvc' Category

Picora: an Open Source PHP Micro Framework

Tuesday, May 8th, 2007

To quote the Picora website directly, “Picora is a minimalist web framework that provides a way to organize your code by mapping URLs directly to class methods, and allows you to easily separate your business logic from your display logic.” Picora is bringing cleanliness and compactness to the often messy PHP world. It’s a snap to use and unlike many other frameworks that have surfaced lately, Picora is not just another Rails clone. It’s not only the PHP framework you’ve been waiting for, it’s also the one you wish you had designed.