我想开始使用doctrine ORM和php学习。
我做了这个教程: http://docs.doctrine-project.org/en/latest/tutorials/getting-started.html
我将作曲家生成的“vendor”文件夹放在我的应用程序的根目录中。
我创建了bootstrap,并成功连接到mysql。“
我陷入了“生成数据库模式”的困境。 如果我想使用“$ php vendor / bin / doctrine orm:schema-tool:create”生成mysql表
这就是我得到的:
!/ usr / bin / env sh
SRC_DIR = “pwd
”
cd“dirname "$0"
”
cd“../ doctrine / orm / bin”
BIN_TARGET = “pwd
/ doctrine.php”
cd“$ SRC_DIR”
“$ BIN_TARGET”“$ @”
怎么了?
答案 0 :(得分:2)