merged branch beberlei/MissingDoctrineCommandHelpWarning (PR #1669)

Commits
-------

25ab859 [DoctrineBundle] Add warning about inheritance not supported in entity generation

Discussion
----------

Missing doctrine command help warning

[DoctrineBundle] Add warning about inheritance not supported in entity generation
This commit is contained in:
Fabien Potencier 2011-07-13 07:37:25 +02:00
commit a8858ddcb0

View File

@ -65,6 +65,12 @@ before to generate entities:
<info>./app/console doctrine:generate:entities Blog/Entity --no-backup</info>
<error>Important:</error> Even if you specified Inheritance options in your
XML or YAML Mapping files the generator cannot generate the base and
child classes for you correctly, because it doesn't know which
class is supposed to extend which. You have to adjust the entity
code manually for inheritance to work!
EOT
);
}