如何獲取控制器操作中的資源? 資源數據庫已在application.ini中初始化。如何獲取控制器操作中的資源?
class IndexController extends Zend_Controller_Action
{
public function init()
{
/* Initialize action controller here */
}
public function indexAction()
{
// I want db resource here
}
}
所以是正確: $ DB = $這個 - > getInvokeArg( '引導') - >的getResource( 'DB'); – 2010-05-28 14:30:11