searbe
searbe

Reputation:

Zend Framework - Active Record + Form Generation + Validation?

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?

Upvotes: 0

Views: 906

Answers (1)

Gabriel Solomon
Gabriel Solomon

Reputation: 30035

to my knowledge you cant do this with just Zend Framework. Here is an article on integrating Doctrine and Zend

Upvotes: 1

Related Questions