symfony1 - Move Symfony framework out from my sandbox application -
I use it in my development, now, thinking about future conspiracies, I separate the symphony application from my application. I want to keep it in a separate folder. The only problem is that this is my application and Simphony is working together with disappointment.
Does anybody know how to separate the Symfony engine from my sandbox app?
After the proper Symphony, you can simply go to config / projectconfiguration.class.php
need_once dirname (__ file __). '/ .. / lib / symfony / autoload / sfCoreAutoload.class.php';
In its new Symphony Library directory, like this:
need_once '/usr/share/php/symfony/autoload/sfCoreAutoload.class.php' ;
Comments
Post a Comment