On Sat, 20 Sep 2008, torso wrote: > I need help with synchronization. I have a project which is done with > clear php, with out any framework. Now I have done simple admin > project with symfony. Is it possible to add the symfony project to > address.com/admin. Both projects use same database. How I should do > it?
Another way to do this is to simply copy your admin front controller to the admin folder and edit it to point to your symfony tree (which can be in a different folder anywhere outside your vhost root even). http://www.symfony-project.org/book/1_0/19-Mastering-Symfony-s-Configuration-Files#Customizing%20the%20File%20Structure -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
