I understand you wanna a database with sfGuard and other with your
tables?
You can just make the 2 connections in the databases.yml
all:
sfGuardDatabase:
class: sfDoctrineDatabase
param:
dsn: mysql:host=localhost;dbname=sfguarddatabase
username: root
password:
personalDatabase:
class: sfDoctrineDatabase
param:
dsn: mysql:host=localhost;dbname=personaldatabase
username: root
password:
On 21 Abr, 13:55, HiDDeN <[email protected]> wrote:
> Is there some way to use the sfGuardDoctrine plugin against an
> external database?
>
> What I mean is to make the plugin query its tables in another server.
> I have thought to replicate the plugin tables in another database and
> use the callable feature, although I'm not sure if this is the best
> solution.
>
> Any thoughts?
>
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
>
> You received this message because you are subscribed to the Google
> Groups "symfony users" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group
> athttp://groups.google.com/group/symfony-users?hl=en
--
If you want to report a vulnerability issue on symfony, please send it to
security at symfony-project.com
You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
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