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

The path must be changed.

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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -