I'd like to use an Active Record design pattern in a few of my projects and I'd like to have the models, validation and form generation set up for me. Symfony is really nice for this, as is the framework I use in my day job.
Is Zend Framework able to do this for me, or do I have a lot of legwork to do myself to get ZF tied in with and ORM like Doctrine, then tie that in with form generation?