2013-01-17 75 views

回答

1

我覺得@timdev沒有得到你的觀點,你的問題可以通過以下方式解決:

$applicationConfig = $this->getServiceLocator()->get('ApplicationConfig'); 
+0

奇怪,我以爲我tryed這一點。但現在它工作。我必須有拼寫錯誤或什麼。 – superhero

0
<?php 
// in a controller (or anything that is ServiceLocatorAware) 
$config = $this->getServiceLocator()->get('Config'); 

會給你的應用程序的合併的配置數據的陣列。

相關問題