[symfony-users] Re: best way to implement ownership?

2010-10-21 Thread Raphael Schumacher
It's not a solution, but it can be one part of the solution you are searching for: the sfDoctrineActAsSignablePlugin plugin. --> http://www.symfony-project.org/plugins/sfDoctrineActAsSignablePlugin Another source for information: http://www.slideshare.net/jcleveley/working-with-the-admin-gener

[symfony-users] Re: best way to implement ownership?

2010-10-21 Thread webdev_aw_ucsb
I am in the process of using as an example to achieve something similar: http://stackoverflow.com/questions/3801973/php-symfony-provide-credentials-only-to-owner-of-object Some of my modules have urls with 2 id's in the actions (eg, id and schedule_id) because in part I am creating a scheduling sy

Re: [symfony-users] Re: best way to implement ownership?

2010-10-21 Thread Paul Burdon
Hi Raphael, That looks like something that could do the job I need definitely. I can see what you mean about the issues but perhaps something that meets some needs is better than nothing that meets none? I think I'm a bit green on things like the admin generator but am happy to chat about movin

Re: [symfony-users] Re: best way to implement ownership?

2010-10-21 Thread Paul Burdon
Interesting approach. I'll take a look at trying this, I haven't dealt with the filter chain before this makes some sense to me so I'll hopefully be able to use your work as a basis. Thanks, Paul On 21 October 2010 15:47, webdev_aw_ucsb wrote: > I am in the process of using as an example to a

Re: [symfony-users] Re: best way to implement ownership?

2010-10-28 Thread Paul Burdon
Thanks Gustavo, I'll take a look. Paul On 27 October 2010 18:04, Gustavo Fonseca wrote: > Hi, the solution i've used for solving the "ownership" issue is here: > > http://reddes.bvsalud.org/projects/institutions_directory/browser/trunk/lib/doctrine/Doctrine/Template > > I hope this help =] > >