根本的な解決ではないかもしれませんが、「Cannot use object of type stdClass as array」エラーが出る場合は、配列の扱い方を以下のように変更する事で解決しました。
$row["catID"]
↓
$row->catID
iOS Reference Library
日本語に翻訳されたiOSのドキュメントです。
スタンフォードiPhone Application Programming
アップルの現役社員による講義(スタンフォード大学の授業)が見られます。
iPhone Application Programming Course (CS 193P)
2010 Winter
講義動画
graffiti on the web
この投稿へのコメント
コメントはまだありません。