Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. $this->loadModel('EmployesFormations');
  2. $employesformations = $this->EmployesFormations->find('list', ['limit' => 200]);
  3.  
  4.  
  5. $this->set('employe', $employe);
  6. $this->set('formationsEffectuees', $formationsEffectuees);
  7. $this->set('employesformations', $employesformations);
  8. $this->set('_serialize', ['employe', 'formationsEffectuees', 'employesFormations']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement