Tutorials
How to Run Native SQL Queries with Doctrine
Apr 29th
It’s been a long time again until I have written a post. This will be short one, I will just give an example how you can run native sql queries with your doctrine connection.
It’s generally hard to run a complicated query with multiple joins in Doctrine. So you generally need the raw sql format, where [...]
Creating Doctrine adapter for Zend_Auth
Dec 26th
Hi, as you know I have put a lot effort to integrate Doctrine and Zend Framework together and I have written quite a lot about them recently. So it’s one of them. As you may know, Zend Framework has a component called Zend_Auth which is used to authenticate and authorize people. It contains lots of [...]
Creating a Doctrine CLI and Adding it to Zend_Tool
Dec 17th
i will try to explain you how you can create a command which you can use on your command line to execute doctrine commands. This is the first part of the post. The second part is a bit fantasy. I have tried to integrate doctrine to Zend_Tool and wanted to call it like:
zf.sh generate doctrine [...]
Integrating Zend Framework with Doctrine ORM
Nov 26th
Yet another how-to for Zend Framework. You can find a lot of integration how-tos around the web with googling and I maybe the just one of them. I’m trying to find the wheel again. This one is like my subversion how-tos, a self reminder first. So let’s cut the crap and get down to the [...]
