示例#1
0
 public function main()
 {
     $dbh = Tokyofr_Lib_Db::getInstance('blog');
     $dbh->select()->from(array(), array());
 }