Ejemplo n.º 1
0
 function showKey()
 {
     $re = KeyWord::keyword_select(null, 0);
     $data = array();
     while ($line = mysql_fetch_array($re, MYSQL_ASSOC)) {
         $data[] = $line;
     }
     return $data;
 }