Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Symfony2 構成の php バージョンで AppKernel obj を取得するにはどうすればよいですか?
app.php/app_dev.php に設定されているパラメーターが必要です
助けてくれてありがとう!
$container->getParameter()パラメータにアクセスするために使用できます。
$container->getParameter()
$container->getParameter('domain1.db_host')