Afternoon. I am working on multiple symfony projects which will share the same user database, and because I didn't want to re-invent the wheel I opted to use sfDoctrineGuard. I have a corelib that the symfony applications both have access too, so I want to move the sfDoctrineGuard model, filter, and forms files into the shared directory. This will ensure that both applications have access to the files, and also alleviate the issue where I would have to rebuild the model files for each project.
Has anyone tried this before?