EDEN PHP Link to Pageを Zend Framework 1.10.x アプリケーションに統合しようとしています。他のすべてのライブラリが配置されているフォルダーにファイルを移動しました。
私のindex.phpで:
/** Zend_Application */
require_once 'Zend/Application.php';
require_once 'eden.php';
アプリケーション.ini:
autoloadernamespaces.6 = "Eden_"
eden クラスのインスタンスを作成しようとすると、次のようになります。
$fbAuth = eden('facebook')->auth('$key','$secret','http://yourwebsite.com/auth');
次のエラーが表示されますか?
/Applications/MAMP/htdocs/page/library/eden/class.php の 27 行目でクラス Eden_Class を再宣言できません
何か案は?(PHP バージョン 5.3.6)