Re: [symfony-users] DoctrineExtensions Timestampable with mongodb

2011-06-04 Thread Gediminas Morkevicius
hi, you can simply use: https://github.com/stof/DoctrineExtensionsBundle read the doc in this bundle on how to configure it. It should work smoothly, have fun :) On Sat, Jun 4, 2011 at 1:03 PM, amit wrote: > Hi, > I am following the instructions as given here > > http://www.gediminasm.org/artic

[symfony-users] DoctrineExtensions Timestampable with mongodb

2011-06-04 Thread amit
Hi, I am following the instructions as given here http://www.gediminasm.org/article/timestampable-behavior-extension-for-doctrine-2 I have symfony2 and mongoDB working fine and now I wanted to use Timestampable using DoctrineExtensions Can someone please tell me how do I register the listener?