-1
我嘗試從config_dev.yml,config_preprod.yml ...在教義配置中調用一個配置。Symfony調用配置
我有,例如:
doctrine:
dbal:
connexions:
test:
driver : ...
host: 1.1.1.1
port: 1111
...
並在控制器我有現在:
$output = file_get_contents('http://1.1.1.1:1111/...', 0, $var)
,我想取代HTTP:通過我的配置doctrine.dbal ...。 connexions.test,它的可能性?
什麼是你想達到的配置? – k0pernikus