Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0eb5149

Browse files
committed
[cookbook][doctrine/reverse_engineering] fixed output path specification for yml or xml mapping file
1 parent9f2fb49 commit0eb5149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎cookbook/doctrine/reverse_engineering.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ tables fields.
6060

6161
..code-block::bash
6262
63-
$ php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm --from-database --force
63+
$ php app/console doctrine:mapping:convert xml ./src/Acme/BlogBundle/Resources/config/doctrine --from-database --force
6464
6565
This command line tool asks Doctrine to introspect the database and generate
66-
the XML metadata files under the ``src/Acme/BlogBundle/Resources/config/doctrine/metadata/orm``
66+
the XML metadata files under the ``src/Acme/BlogBundle/Resources/config/doctrine``
6767
folder of your bundle.
6868

6969
..tip::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp