I’m putting together a basic Zend Framework starter kit. Right now I’ve got basic Doctrine 1.2 integration with predefined directories for schema, models, etc. Also an init process to allow for automatic injection of specified objects on to front controllers (think $this->session available in your controllers, for example).
Any interest in getting a copy of this? What other things would you like to see preconfigured or preintegrated in a starter kit?