symfony doctrine:build --model创建错误的getter和setter

时间:2016-10-23 06:10:02

标签: php doctrine-orm symfony-1.4

我遵循本教程(http://symfony.com/legacy/doc/jobeet/1_4/en/01?orm=Doctrine)并且我遇到了

的问题
 symfony doctrine:build --model

命令。 当我在cmd上发出此命令时,它执行时没有错误或警告消息,并在doctrine / base文件夹中创建模型类。

但是当我打开BaseJobeetJob.class.php文件或此文件夹中的任何class.php文件时,没有正确创建getter和setter。

* @method string         getstrtoupper('t')ype() Returns the current record's "type" value
* @method JobeetJob      setstrtoupper('t')ype() Sets the current record's "type" value

有人可以帮我解决这个问题吗?

我在xampp上使用了sympony

由于

0 个答案:

没有答案