[symfony-users] Re: How to get the realtionship column in sfDatagrid

2011-03-03 Thread Leon van der Ree
I don't know how this works for the datagrid, but there is an alternative plugin which can handle this without a problem: the sfGrid, together with the sfDataSourcePlugin: http://www.symfony-project.org/plugins/sfGridPlugin http://www.symfony-project.org/plugins/sfDataSourcePlugin It is all

[symfony-users] Re: How do you log errors in the model the correct way?

2011-02-17 Thread Leon van der Ree
We had this same issue and we have solved this by implementing a LogFactory. I would not inject the dispatcher in my model, For one, because you want to log, not dispatch And for two, because it is very cumbersome to provide the logger to all your classes (changing all constructors and

[symfony-users] Re: Logging security events (syslog)

2011-02-10 Thread Leon van der Ree
I created my own SysLogger (together with some other changes, since I need to keep privacy in mind as well) and configured this in my factory.yml I posted the code at http://snippets.symfony-project.org/snippet/459 On 9 feb, 13:55, Manfred Dohmen manfred.doh...@gmail.com wrote: Hello, is

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-20 Thread Leon van der Ree
Hi developers, as you might have guessed, I am not working on the sfGrid components solely to provide them to the community ;) What I would like, is to get feedback to improve the quality of these components, while everyone can benefit. At the moment I am working on/playing with the

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-20 Thread Leon van der Ree
Hi developers, as you might have guessed, I am not working on the sfGrid components solely to provide them to the community ;) What I would like, is to get feedback to improve the quality of these components, while everyone can benefit. At the moment I am working on/playing with the

[symfony-users] parsing the request

2010-04-20 Thread Leon van der Ree
Hi developers, as you might have guessed, I am not working on the sfGrid components solely to provide them to the community ;) What I would like, is to get feedback to improve the quality of these components, while everyone can benefit. At the moment I am working on/playing with the

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-20 Thread Leon van der Ree
Hi developers, as you might have guessed, I am not working on the sfGrid components solely to provide them to the community ;) What I would like, is to get feedback to improve the quality of these components, while everyone can benefit. At the moment I am working on/playing with the

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-20 Thread Leon van der Ree
Hi developers, as you might have guessed, I am not working on the sfGrid components solely to provide them to the community ;) What I would like, is to get feedback to improve the quality of these components, while everyone can benefit. At the moment I am working on/playing with the

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-20 Thread Leon van der Ree
I Don't know what was wrong with google groups, now my message is posted, 5 times... I haven't got the righs to remove any of them either, so sorry about that. Reading one of 5 should be enough ;) -- If you want to report a vulnerability issue on symfony, please send it to security at

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-17 Thread Leon van der Ree
I've committed two sfGrid extensions: sfGridExtjsPlugin and sfGridJqFlexiPlugin both plugins are capable of rendering the grid into (unobtrusive) JavaScript, the first with the help of ExtJS the second with the help of JQuery FlexiGrids. the FelxiGrid is more a Proof of Concept, since I still

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-15 Thread Leon van der Ree
, Richard U richard@gmail.com wrote: Sorry, I am referring to the sfPropelObjectPathBehaviorPlugin On Thu, Apr 15, 2010 at 12:04 PM, Richard U richard@gmail.com wrote: How is the sfDataSource different from dbFinder? On Wed, Apr 14, 2010 at 8:52 AM, Leon van der Ree l...@fun4me.demon.nl

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-13 Thread Leon van der Ree
On Apr 12, 11:03 am, DigitalBase i...@digitalbase.eu wrote: Leon, i am trying out your sfGrid plugin and ran into few small issues where do you want us to report problems/bugs ? On Apr 11, 10:53 pm, Leon van der Ree l...@fun4me.demon.nl wrote: Today I will provide a tutorial

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-12 Thread Leon van der Ree
out your sfGrid plugin and ran into few small issues where do you want us to report problems/bugs ? On Apr 11, 10:53 pm, Leon van der Ree l...@fun4me.demon.nl wrote: Today I will provide a tutorial, setting up a (propel-based) playground with some best practices I came up with so far

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-12 Thread Leon van der Ree
i...@digitalbase.eu wrote: Leon, i am trying out your sfGrid plugin and ran into few small issues where do you want us to report problems/bugs ? On Apr 11, 10:53 pm, Leon van der Ree l...@fun4me.demon.nl wrote: Today I will provide a tutorial, setting up a (propel-based

[symfony-users] Re: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-11 Thread Leon van der Ree
Today I will provide a tutorial, setting up a (propel-based) playground with some best practices I came up with so far. (If you prefer Doctrine, you can still follow the tutorial, but of course need to setup a Doctrine schema and use the Doctrine plugins) If you want to see where all the fuzz is

[symfony-users] Re: implementing PHP soapclient in action

2010-02-19 Thread Leon van der Ree
Hi Dagger, you can simply provide the location of the (local) wsdl to the constructor of your soap-client, just as is shown in the manual at php.net http://www.php.net/manual/en/soapclient.soapclient.php you can place the wsdl in your projects data-folder and refer to it with

[symfony-users] Re: ExtJs JSON response

2009-05-25 Thread Leon van der Ree
My guess is your content-type. Try keeping it text/html instead of application/json On May 25, 10:21 am, santail nikolai.muh...@gmail.com wrote: Action executes of file upload. If that helps to find a bug. --~--~-~--~~~---~--~~ You received this message because

[symfony-users] Re: Propel vs. Doctrine - Pros and Cons

2009-03-25 Thread Leon van der Ree
I am still using Propel, and the big drawback of Propel is as said the cumbersome way to define relations with criteria. I wrote a Propel helper (that requires a little extension for the propel builder) that allows you to do joins in propel much easier, see the sfGridPlugin: See

[symfony-users] Re: how to I override the core symfony code?

2009-03-08 Thread Leon van der Ree
Instead of using print_r/var_dump which can be usefull in many situations, it probably is wiser to learn to use a debugger (xdebug). With Eclipse you can set breakpoints in your code. Wben you request a page in your application, eclipse will stop execution at the breakpoints to allow you to