1
我在Zend框架2.加載一個Zend 2認證適配器
模塊/應用/ src目錄/應用/認證/適配器/ Auth_Adapter.php編寫自定義驗證適配器 -
namespace Application\Auth;
use Zend\Authentication\Adapter\AdapterInterface;
use Zend\Authentication\Result;
class Auth_Adapter implements AdapterInterface {
...
不確定我做錯了什麼,但沒有類似乎可以找到我的新適配器。我試過將它移動到一個自動加載的路徑(Application/Controller目錄),但沒有任何運氣。