コード例 #1
0
ファイル: student.php プロジェクト: Hassan-Alaa/Grade-System
 public function post_profile()
 {
     $object_profile = StudentProfile::get_instance();
     $return = $object_profile->post_profile('students', 'stu_id', 'Student');
     return $return;
 }