Esempio n. 1
0
 public function post_profile()
 {
     $object_profile = StudentProfile::get_instance();
     $return = $object_profile->post_profile('students', 'stu_id', 'Student');
     return $return;
 }