assignParams($hotel); /* * APIへの問い合わせ実行、パラメータが設定されていない場合は、エラーコードが返ります。 */ $response = $hotel->executeQuery(); /* * リストパネルの生成 */ $pageBody = new PageBody( 'Views/Pagination.html','Views/FormattedDetailedItem.html', 10, $response); ?> show(); /* * ここで検索結果を表示します。 */ $pageBody->show(); ?>