示例#1
0
 function iteminfo_select_count($gender)
 {
     $arr = array('itemGender' => $gender);
     $str = DbConn::table_select_count('iteminfo', $arr);
     $this->con = DbConn::initDb();
     return mysql_query($str, $this->con);
 }