Пример #1
0
 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);
 }