show/hide this revision's text 2 added note about admin generator and propel and Form objects.

Yes, it's a great framework. I've used it to build several sites of various complexities. One is a small-business site with only a handful of pages and a contact form. Another is a complex file delivery site with thousands of users and tens of thousands of transactions per month. Several of my clients use it- one has over 100k users.

There is a good user community, irc usually has helpful people, and there are several plugins to make common tasks easy. It has a really nice admin generator. The ORM (Propel) is a bit wordy, but allows for most of your common database features- constraints, foreign keys, indexes, etc. The Form objects in 1.1 are nice.

Biggest complaints: it's wordy and directory-heavy. Over-use of config files can make things a bit difficult to figure out.

Definitely recommended.

show/hide this revision's text 1

Yes, it's a great framework. I've used it to build several sites of various complexities. One is a small-business site with only a handful of pages and a contact form. Another is a complex file delivery site with thousands of users and tens of thousands of transactions per month. Several of my clients use it- one has over 100k users.

There is a good user community, irc usually has helpful people, and there are several plugins to make common tasks easy.

Definitely recommended.