2013-06-28 71 views

回答

0

這聽起來像你可能沒有在您的/config/application.config.php加載模塊

應該是這個樣子;

<?php 
return array(
// This should be an array of module namespaces used in the application. 
'modules' => array(
'Application', 
'DoctrineModule', 
'DoctrineORMModule', 
'Album', 

), 

// etc ... 

BTW,我是新來ZF2和學說還 - 我覺得這張專輯模塊的這個例子中使用學說的實際工作,這是一個很大的幫助上手(https://github.com/shanethehat/zf2-doctrine-tutorial