[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
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
the dataSource plugin provides a simple interface with light weight implementations for propel, doctrine, arrays or anything you write yourself. Compared to dbFinder it does not provide any complex orm- logic, this is still left to the orm of your choice which instance you provide during

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

2010-04-14 Thread Richard U
How is the sfDataSource different from dbFinder? On Wed, Apr 14, 2010 at 8:52 AM, Leon van der Ree l...@fun4me.demon.nl wrote: Hi All, today I have added the start of routing-engine for grids. DigitalBase has provided a redmine issue-tracker for us at https://symfony.digitalbase.eu/ This

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

2010-04-14 Thread Richard U
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 wrote: Hi All, today I have added

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

2010-04-13 Thread Leon van der Ree
Hi All, today I have added the start of routing-engine for grids. DigitalBase has provided a redmine issue-tracker for us at https://symfony.digitalbase.eu/ This way we can report bugs and cooperate much easier, so feel free to report and improve the plugins! On 12 apr, 15:11, E_lexy

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

2010-04-12 Thread DigitalBase
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) playground with some best practices I came up

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

2010-04-12 Thread E_lexy
Leon, I just checked out all required plugins to generate a grid. Using your old sfGridExtjs3plugin, i get inheritance errors. it seems the sfGrid class variables cannot be reached by any subclass (private). When I change them to 'protected' the subclasses are allowed access and all works fine.

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

2010-04-12 Thread Saganxis
Hi, maybe you could get some ideas from the sympal DataGrid Plugin. Here is the code http://redmine.sympalphp.org/projects/sympal/repository/revisions/master/show/lib/plugins/sfSympalDataGridPlugin here the docs http://www.sympalphp.org/documentation/1_0/book/data-grid/en On Apr 12, 10:11 am,

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

2010-04-12 Thread Leon van der Ree
Hi Alex, I think you are using the wrong versions of the plugins Please check out the correct branches, see the externals I provided to get the overview: plugins/sfPropel15Plugin http://svn.symfony-project.com/plugins/sfPropel15Plugin/trunk plugins/sfPropelObjectPathBehaviorPlugin

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

2010-04-12 Thread Leon van der Ree
Hi Saganxis, Even though the code-style of the SympalGrid is quiet different from sfGrid and the SympalGrid is also extremely coupled to Doctrine (which I think is a pity since it is limiting the possible use-cases), I do like the way templates and especially partials are being used to render the

[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: sfGridPlugin, Propel/Doctrine-DataSources, ObjectPaths and JavaScript (ExtJS) extensions

2010-04-10 Thread DigitalBase
some very interesting stuff. I will be trying out the sfGrid together with Propel Data source next week. I'll let you know if i run into strange behavior or quirks :-) nice work, and great post! On Apr 9, 7:54 pm, Leon van der Ree l...@fun4me.demon.nl wrote: Hi All, since many people are