This really looks promising and I’m going to run a few tests as soon as can get back to my Zend project. Continue reading
Tag Archives: Zend
Zend, Doctrine and PHPUnit a great threesome
I’m a sucker for executing PHPUnit tests using my konsole.
Using rake I have set up a build script that executes my Doctrine migrations and runs my PHPUnit test suite. Continue reading
Posted in code is poetry
Zend and custom routes
One of the classics when working with an MVC based fromwork is extending the frameworks way of handling URL’s (routes), of do not even support this while others have several options like Zend does. Continue reading
Posted in code is poetry
Zend in 15 minutes or more
After having been through the quickstart I now know why it’s called a quickstart and not “Creating a weblog in 15 minutes with Zend Framework”. Honestly, this is just too much configuration and specifying… and why I need I needed a ORM, even for the smallest projects.
Posted in code is poetry
Integrating Zend Framework and Doctrine
During the last nigth or two I’ve been working on getting Zend and Doctrine to play nicely together and now the effort payes off. Continue reading
Posted in code is poetry