Symfnoy 2.3 用の PropelBundle (1.2.0) をインストールしました。構成ファイルを次のように設定しました。
config.yml
propel:
path: "%kernel.root_dir%/../vendor/propel"
phing_path: "%kernel.root_dir%/../vendor/phing"
config_*.yml
propel:
dbal:
driver: %database_driver%
user: %database_user%
password: %database_password%
dsn: %database_driver%:host=%database_host%;dbname=%database_name%;%database_charset%
options: {}
attributes: {}
parameters.yml
parameters:
database_driver: mysql
database_host: 127.0.0.1
database_port: null
database_name: xxxxxxxxx
database_user: xxxxxxxxx
database_password: xxxxxxxxxxx
database_charset: UTF8
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null
locale: en
secret: ThisTokenIsNotSoSecretChangeIt
そして、私が推進リバースエンジニアリングを実行しようとすると:
rama@rastrojero:/var/www/AppManantiales$ php app/console propel:reverse
コンソールは次を返します。
Use connection named default in dev environment.
No generated files.
何か案は ?
編集: Composer から PropelBundle をインストールします。