Ejemplo n.º 1
0
 function showEmployee($id)
 {
     $db = new DB_connection();
     return mysql_fetch_row($db->selectWhere(config::TABLENAME, $id));
 }