手順を忘れそうなので書き残しておく。
GoogleのSpreadsheets Data API の利用に挑戦。
英語ばかりで苦戦・・・
1.初期サイト
http://code.google.com/intl/ja/apis/spreadsheets/
2.PHPのマニュアルを見る(Developer’s Guide: PHP)
http://code.google.com/intl/ja/apis/spreadsheets/data/1.0/developers_guide_php.html
3.「Zend Framework」をダウンロード
http://framework.zend.com/download
4.ローカルのWEBサーバ”VertrigoServ”で動作確認。
http://localhost/works/google/ZendGdata-1.10.2/demos/Zend/Gdata/InstallationChecker.php
⇒Error

5.「php.ini」内のファイル設定変更
※参考URL:http://code.google.com/intl/ja/apis/gdata/articles/php_client_lib.html#php-path-installation
include_path =”.;C:\Program Files\VertrigoServ\Smarty”
↓ ↓ ↓
include_path =”.;D:\LocalSite\htdocs\google\ZendGdata-1.10.2\library”
⇒OK

ひとまずココまでで、デモのページは動作するようだ。
眠たくなったので、続きはまた今度・・・















