Hi,

i've implemented a plugin for some of my projects, using the same User
Interface Components. They have the same layout (with various colors),
same helpers. There should be also the Session & User management. I
have an own module for user management, but i need permission, group
management and remember me function.

So i have decided to use sfGuardPlugin. But as you know the plugin is
very abstract. So i have to extend sfGuard in presentation, logic etc.
As described in 
http://trac.symfony-project.com/trac/wiki/sfGuardPlugin#CustomizesfGuardAuthmoduleactions
you can init a module with the same name and overwrite kind of files.

But i would like to implement this as a plugin, because this is in an
own repository and other projects have to synchronize them too. I've
tried to create the same name in plugin's modules folder, but with no
positive effect, only the view.yml is interpreted, the logic and
presentation not.

At this time i created a folder in my plugin's root called app_modules
and copied the sfGuardAuth of the app modules folder. Then i symlinked
apps/main/modules/sfGuardAuth to this folder.

But this is not the best solution, because in production status the
project will be run on windows machine.

I hope you can help me!

Kindly regards
Halil


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to