[symfony-users] Re: Security w/ sfGuardPlugin and filters

2007-04-21 Thread adventex
Hey, Thanks for the input! I've also found this thread which reveals that this is a common problem and proposed one relatively elegant solution: http://www.symfony-project.com/forum/index.php/m/6580/?srch=owner+credential Jon On Apr 21, 3:51 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: >

[symfony-users] Re: Component + action

2007-04-21 Thread Haris Zukanović
I did some comparisons on execution times chaining action and component vs. only executing action and it's own template. The difference was around 70ms, when the action "solo" takes around 500ms to execute chaining the component to share the code takes around 560-570 Do you think there is any w

[symfony-users] Re: Security w/ sfGuardPlugin and filters

2007-04-21 Thread [EMAIL PROTECTED]
Hi! If you created the action using the admin-generator, you could have a look at http://www.symfony-project.com/uploads/assets/sfAdminGeneratorRefCard.pdf . Fields can also have a credential attribute, so you could deactivate the ID property for members. The best way might be: - overriding the