コード例 #1
0
ファイル: ItemInfo.php プロジェクト: bmchun/sunset
 function iteminfo_select_key($key, $string, $limit)
 {
     $str = DbConn::table_key_select('iteminfo', $key, $string, $limit);
     $this->con = DbConn::initDb();
     return mysql_query($str, $this->con);
 }