Example #1
0
 public function form($field)
 {
     $data = Session::get_comment($field);
     Session::set_comment($field, '');
     return $data;
 }