0
我有一个网站生活与symfony 1和原则建成。当学说生成学说/基地/ *。class.php
有时我得到错误,如:
Doctrine don't have the permission to write on
../../../model/doctrine/base/BaseClassName.class.php
,但我没有改变任何许可。那么为什么和什么时候Doctrine重新生成这些文件?
我有一个网站生活与symfony 1和原则建成。当学说生成学说/基地/ *。class.php
有时我得到错误,如:
Doctrine don't have the permission to write on
../../../model/doctrine/base/BaseClassName.class.php
,但我没有改变任何许可。那么为什么和什么时候Doctrine重新生成这些文件?
基类是通过命令行中调用
./symfony doctrine:build-model
或
./symfony doctrine:build
时产生。没有生成这些类的代码,当它还没有生成时。在这种情况下,你会得到致命的错误。