I've been reading about Doctrine for a while now and it surely looks interesting.
I have read through most of the tutorials on phpandstuff.com, but I realise they're way outdated at the moment. However, those tutorials did really show the usefulness of Doctrine.
I am now looking for advice on how to get started with Doctrine, preferably in combination with CodeIgniter. I know my way around CI, so I'd prefer to integrate with that framework.
It was fairly hard to find a decent guide on integrating Doctrine 2.1 with CI 2.0.x, but after following this guide, I seem to have succeeded at it. I now have a working CI install with integrated Doctrine.
I suppose the best advice anyone could give me is to RTFM. However, I'd like some more in-depth advice, if possible.
Should I go through the Doctrine tutorials/examples first without CI and then make my way back to the CI install, or would it be possible to try and work through the tutorials while using my new CI installation?
Does anyone know of any decent guides/books/blogs on getting started with Doctrine? Preferably something like the phpandstuff.com tutorials, but up to date. Or, for those having read those tutorials, are they still applicable to Doctrine/CI 2+?
I'm looking for a starting point here as there's a lot of information to be found, but it seems like there's also a lot of outdated information out there. I'll be working through the Doctrine documentation asap, but I'm interested in any other guides/tutorials/books/etc. I can find.
Thanks a lot in advance.