Posts Tagged 'Doctrine'

Zend Framework 1 and Doctrine 2 integration – modular setup

This is a follow up post to my previous “Zend Framework 1 and Doctrine 2 integration“. I’ve created a new branch on my Github project “zf1-doctrine2″. The “modular_setup” branch shows how we could setup Zend Framework with the modular approach, while still be able to use Doctrine 2 as the ORM for each module. Oh well, the [...]

20 June 2010 at 12:11 - Comments
lspee
At the moment your project is running on Doctrine 2.0.0 ALPHA 4, currently Doctrine 2.0.0 is at BETA 2. Are ...
3 August 10 at 23:35
I think you should be able to just drop the latest Doctrine into the library folder and it should just ...
3 August 10 at 23:49

Zend Framework 1 and Doctrine 2 integration

Doctrine 2 is in beta. It is for sure one of the most exciting things that caught my attention recently. As a Zend Framework user, I started looking into ways to integrate Doctrine 2 with Zend Framework (currently in version 1). The same as any other times, the solutions are already out there. The integration’s already been [...]

19 June 2010 at 14:18 - Comments
Bandirsen
Nice integration, thank you btw, how about creating a ZF-Doctrine 'integrator' forum, via IRC or google group maybe ?
19 July 10 at 23:57
The thing I believe is after ZF 2.0 comes out, I believe most of the current ZF - Doctrine integration ...
20 July 10 at 19:25

Doctrine tricks

I have been using Doctrine ORM for a while now. Here I want to discuss 2 tricky issues I have encountered and resolved. First, I’m paranoid of deleting records from the database. Things like registered users, I would rather have them marked as “DELETED”, but still keep the record in the database, just in case … With [...]

30 January 2010 at 13:45 - Comments
Thank for this one, been pondering on it myself!
31 January 10 at 09:54
glad you found it's useful
31 January 10 at 13:05

Authentication service

This is a followup to my previous post “ZF Authentication using Doctrine“. After posting my implementation of using a ZendX doctrine auth adapter. I got some feedback from Jon Lebensold from ZendCasts. The issue raised is that my implementation makes the controller fat, which is considered as a bad practice. I cannot agree more on [...]

26 January 2010 at 20:22 - Comments
Martín
Hi, yes I saw what @dave found, I will try tomorrow. Greetings and thank you.
3 February 10 at 08:23
Martín
Hi @jim, I probe what @dave found and everything is ok, the problem was in that line. Thank you !!!
4 February 10 at 02:59

ZF authentication using Doctrine

Edit: There’s a follow up article http://blog.elinkmedia.net.au/2010/01/26/auth-service/ As one of my everyday morning tasks, I just checked the rss feeds from my news reader. Interesting enough, one of my favourite blog authors, Jon Lebensold from ZendCasts, just published a new post on “Writing a Zend_Auth_Adapter with Doctrine“. The issue that we are trying to solve is to [...]

24 January 2010 at 09:27 - Comments
@Martín I've not tested with Jon's approach. The reason I like using the ZendX library is that when the integration ...
2 February 10 at 09:37
@Martín I just tested the sample app downloaded from ZendCasts. The login identity does NOT persist when I make a ...
2 February 10 at 11:05

ZF, Doctrine and Unit Tests

Recently there are a lot of very interesting blog posts about using Zend Framework with the Doctrine ORM. I am really glad to see more and more people start talking about application design patterns, test driven development, etc. This trend means the PHP community is preparing to take PHP into the next level (enterprise? no?) [...]

3 December 2009 at 21:44 - Comments
Genial dispatch and this post helped me alot in my college assignement. Say thank you you seeking your information.
2 February 10 at 12:13
Hey, I read a lot of blogs on a daily basis and for the most part, people lack substance but, ...
2 February 10 at 19:45