I have an existing PHP project that uses Doctrine 2.0, and I want to
write a small web application to manage the entities in this existing
project. However releases mostly assume they'll be the bases for a new
project. Thus, here is my question:

If I have an existing project, already using Doctrine 2.0 (but no web
framework), how can I easily integrate this with Symfony? If at all
possibly, I'd like to retain the structure of my existing project,
which is:

* / as the root of my project, and also the root of my PHP namespace
* /lib/ for third-party libraries (such as the Doctrine in lib/
Doctrine and the Symfony core in what would be lib/Symfony)
* /Application as the root for my web application

Is this possible, and how would I do this?

-- 
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

Reply via email to