1

Topic: ZC41 – Doctrine Relations and Zend MVC

Happy Holidays everyone!

This short podcast covers how you can easily build a form using Zend's MVC model via Zend_Controller and using Doctrine for persistence.

You can download the source code or browse it online. Enjoy!

zend_controller, mvc, doctrine, relations, orm

2

Re: ZC41 – Doctrine Relations and Zend MVC

Awesome stuff!
Finaly a example of how to use the stuff we've learned.:)

I see you don't use Zend Form. I guess its to make the example a little simpler. Is it much more difficult to use Zend Form than the way you did here? There must surely be some advantages with using Zend Form?