タグ

ブックマーク / www.sysgathe.com (1)

  • Zend_Gdataを使ってみる - SystemGathering

    先ほど作成した「商品データベース」を一覧表示します。 まずはZend Frameworkのクラスの読込み require_once 'Zend/Loader/Autoloader.php'; // Zend Frameworkのクラス自動読込 $autoloader = Zend_Loader_Autoloader::getInstance(); $autoloader->setFallbackAutoloader(true); つぎにClientAuth 認証 // ClientAuth 認証用のパラメータ $user = "googleアカウント"; $pass = "パスワード"; $service = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME; // 認証済みHTTPクライアント作成 $client = Zend_Gdata_Client

  • 1