Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. $InsertRecords = new AppTwo263;
  2. $InsertRecords->user_id = 1;
  3. $InsertRecords->aca_year = "test";
  4. $InsertRecords->school_id = '1';
  5. $InsertRecords->school_name = '1';
  6. $InsertRecords->prog_code = "1";
  7. $InsertRecords->prog_name = "2";
  8. $InsertRecords->no_stud_appeared = "3";
  9. $InsertRecords->no_stud_passed = "14";
  10. $InsertRecords->save();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement