Ejemplo n.º 1
0
 function token_select_like($string, $limit)
 {
     $str = DbConn::table_like_select('token', $string, $limit);
     $this->con = DbConn::initDb();
     return mysql_query($str, $this->con);
 }