Ejemplo n.º 1
0
 /**
  * Returns the edit ins form.
  *
  * @return string HTML for the form.
  */
 function get_edit_form($insid, $sort = '', $dir = '', $startrec = 0, $perpage = 0, $namesearch = '', $alpha = '')
 {
     $output = '';
     $ins = new instructor($insid);
     $output .= $ins->edit_form_html($insid);
     return $output;
 }