You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
特定のユーザのスプレッドシートの一覧を取得するには Spredsheets サービスの getSpreadsheetFeed メソッドを使用します。 このサービスが返す Zend_Gdata_Spreadsheets_SpreadsheetFeed オブジェクトに、認証済みユーザのスプレッドシート一覧が格納されます。 $service = Zend_Gdata_Spreadsheets::AUTH_SERVICE_NAME; $client = Zend_Gdata_ClientLogin::getHttpClient($user, $pass, $service); $spreadsheetService = new Zend_Gdata_Spreadsheets($client); $feed = $spreadsheetService->getSpreadsheetFeed(); ひ
はじめに 本連載では、PHP上で動作するアプリケーションフレームワーク「Zend Framework」と、Googleの提供するサービスを扱うための関数の集合体である「Google Data API」との連携について紹介します。Zend FrameworkのZend_Gdataというパッケージを使用することでGoogleカレンダーなどを利用したアプリケーションを開発することができます。 今回はGoogle Spreadsheet APIを使用してGoogle Spreadsheetサービスを使ってみましょう。ExcelやCSVといったGoogleスプレッドシートに分類される文書をサーバ上で扱うことができます。直接編集するだけでなく、アプリケーションで使用するデータの保存場所としても利用できるので、今回はちょっとしたデータベースとして使用してみます。 対象読者 PHPの基本構文は一通り理解し
解説 リクエストURI グラフ作成のために Google Chart API のサーバへ送っている リクエストは次の通りです。 (可読性のために改行してます) http://chart.apis.google.com/chart ?cht=r &chxt=y,x &chls=4|4 &chco=FF0000,00FF00 &chxp=0,0,20,40,60,80,100 &chd=t:76,78,91,78,58,72,76|55,65,59,77,87,45,55 &chxl=1:|項目(1)|項目 (2)|項目(3)|項目(4)|項目(5)|項目(6) &chm=s,FF0000,0,-1,12,0|s,FFFFFF,0,-1,8,0|o,00FF00,1,-1,12,0|o,FFFFFF,1,-1,8,0 &chts=000000,20 &chtt=レーダーチャート &chdl=デ
先日発表され、正式に使えるようになったGoogle Analyticsの携帯版ですが、用意されているPHP版のトラッキングコードはPHP5に対応していてPHP4では動かない関数がまじっている! これに気づかずに1日ログが取れなかった…orz 今時PHP4はつかってねぇーよ!っていう方もいらっしゃると思いますが、同じようにログが取れなかったー…orzという方のためにエントリーを書いておこうと思います。 具体的には、アクセス解析用のga.phpというファイル(トラッキングコードを埋め込むときにDLして使うヤツ)のsetrawcookie()とfile_get_contents()で引っかかります。 setrawcookie()はPHP5の関数でPHP4では使えないです。 file_get_contents()はPHP4.3.0以降で登場し、仕様に違いがあるようなので、それを何とかしないといけな
Sample Applications: PHP 5 (Zend Framework) The PHP sample application is a small but complete example of creating a Recipe application using the Google Base API. It demonstrates the five Google Base API services: queries, insertions, deletions, updates, and batch commands. This version uses the Zend Google Data Client Library to interact with the Google Base server, eliminating the need to man
Hey folks, sorry it took me forever, but after my old Google Analytics API fell apart due to the fact that Google published a new interface that also came with new reports / exporting formats I didn't have the time to come up with a new one. Anyway, in a very productive CakePHP session with nate a couple weeks ago in Atlanta I finally implemented some new HttpSocket stuff that was needed (minimal
What is Google PageRank? PageRank is a numeric value that represents how important a page is on the web. It is Google's way of measuring the importance of web site. Here is how Google explains PageRank:PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page's value. Google interprets a link from page A to page B as a vote,
allow_url_fopen強制っすか!Notice出しまくりっすか!GLOBAL汚染しまくりっすか!みたいな感じなので修正ついでにクラス化してみた。 とりあえずHTTP_Requestで通信するようにしてみたけど、他のがよければ他のに書き換えるといいと思います。 <?php /** * Copyright (C) 2007 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * @license http://www.apache.org/licenses/LI
$ unzip googchart_0_1.zip Archive: googchart_0_1.zip inflating: example.php inflating: GoogChart.class.php <?php include_once('GoogChart.class.php'); $data = array( 'IE7' => 22, 'IE6' => 30.7, 'IE5' => 1.7, 'Firefox' => 36.5, 'Mozilla' => 1.1, 'Safari' => 2, 'Opera' => 1.4, ); $chart = new googChart(); $chart->setChartAttrs( array( 'type' => 'pie', 'data' => $data, 'size' => array( 300, 200 ) ));
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く