0
我想創建一個Joomla身份驗證插件,它會在讓用戶進行身份驗證之前執行一些業務邏輯,但我想讓默認身份驗證插件爲我執行此操作。擴展Joomla身份驗證插件
我想要做的是:
function onAuthenticate($credentials, $options, &$response) {
// My business logic
// Execute the onAuthenticate event of the default Joomla authentication plugin
// which can be Joomla, OpenId etc.
}
所以在我onAuthenticate功能,我想調用默認的身份驗證插件的onAuthenticate功能。
任何想法?對不起,我是Joomla擴展開發新手。 感謝您的幫助。
我自己解決了這個問題。 – jithujose 2011-02-10 10:55:46