Ejemplo n.º 1
0
 function get_info()
 {
     $sqlhelpter = new sqlHelper();
     $sql = "select * from upload";
     $arr = $sqlhelpter->dql2($sql);
     return $arr;
 }