Hi I started porting the plugin to Doctrine, but ran into a serious problem. The request object has a reference to a pdo instance, which cannot be serialized. Any ideas?
Of course i could just store the most important data from the request, but that wouldnt be the same as storing the serialized object. zs. On Jan 31, 2008 11:56 PM, Michael Smith <[EMAIL PROTECTED]> wrote: > > Actually it does depend on Propel. I used to use it before we went to > Doctrine and it worked great. I guess someone needs to invest some > time to port it. If I remember correctly it only has one object class > so it wouldn't be hard. I wonder if it would be possible to use Propel > for plugins and Doctrine for your own objects? Has anyone successfully > used both in one project? > > Thanks, > Michael > > > On Jan 31, 2:14 pm, "Bernhard Schussek" <[EMAIL PROTECTED]> wrote: > > Hello Michael! > > > > Thank you, this plugin seems like exactly what I was searching for! > > Now I only hope that it doesn't depend on propel... > > > > Regards > > Bernhard > > > > 2008/1/31 Michael Smith <[EMAIL PROTECTED]>: > > > > > > > > > Give sfErrorLoggerPlugin a > > > tryhttp://trac.symfony-project.com/wiki/sfErrorLoggerPlugin > > > there is even a > > > screencasthttp://www.symfony-project.com/screencast/sfErrorLoggerPlugin > > > > > > Thanks, > > > Michael > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
