Questions tagged «symfony-2.3»

7
如何从symfony2的控制器中的parameter.yml中读取信息?
我在我的app / config / parameters.yml中放了几个自定义变量。 parameters: api_pass: apipass api_user: apiuser 我需要从我的控制器访问这些文件,并尝试使用 $this->get('api_user'); 从我的控制器文件中。尝试此操作时,出现以下错误消息: You have requested a non-existent service "api_user". 正确的方法是什么?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.