Heya! I'm not sure if this is useful at all, but we've just redone http://www.connectuu.com/ using the Zend Framework. If folks are interested in seeing what we've done, you can use bzr to check out the source from http://bazaar.launchpad.net/~connectuu/groupus/trunk or I have a tarball at http://www.raspberryginger.com/jbailey/groupus-1032.tar.gz
We're using a number of components of Zend: Zend_Date, Zend_Config, Zend_Locale, Zend_Auth, Zend_Mail, Zend_Registry, Zend_Db, Zend_Debug, Zend_Exception, Zend_Loader, Zend_View, Zend_Session A number of the classes are extended to provide extra functionality, and the table classes are all a close approximation of an active record. I think the only parts of Zend that we wanted to use but weren't able to bend to our needs were Zend_Acl, and Zend_Cache. I was impressed that we did so well with it. =) Thanks! It made alot of things *much* better! Tks, Jeff Bailey -- Jeff Bailey - http://www.raspberryginger.com/jbailey/
