Copy the according library (third_party_lib) in symfony_project_folder/lib. To include a file from this folder in another php file do:
include_once sfConfig::get('sf_lib_dir')."/third_party_lib/File.php";
Code Snippets and Hints for HTML, PHP, Java, MySQL, Xcode etc...
include_once sfConfig::get('sf_lib_dir')."/third_party_lib/File.php";
0 comments:
Post a Comment