发布于 2012-07-31 13:24:08
我通过更改PHP的包含路径来修正这个问题。我在bootstrap_doctrine.php的开头添加了以下行:
$path = 'C:\Program Files\DoctrineORM-2.2.2'; set_include_path(get_include_path() . PATH_SEPARATOR . $path);
https://stackoverflow.com/questions/11726319
相似问题