Index: temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php
===================================================================
--- temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php	(revision 1177)
+++ temp/test-xoops.ec-cube.net/html/test/kakinaka/list.php	(revision 1199)
@@ -10,6 +10,13 @@
 }
 $objPage = new LC_Page();
+$objView = new SC_SiteView();
+$objQuery = new SC_Query();
 
-$objView = new SC_SiteView(false);
+
+$sql = 'SELECT topic_id, topic_title, topic_response, topic_time FROM xoops_bb_topics ORDER BY topic_response, topic_id';
+
+$arrRet = $objQuery->getAll($sql);
+
+sfprintr($arrRet);
 
 $objView->display($objPage->tpl_mainpage)
