Advertisement
fmunoz92

Untitled

Sep 5th, 2014
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. app->route('/populate', 'PopulatorController::populate')
  2. ////
  3. class PopulatorController  {
  4.    __constructor($asdds) {
  5.      $this->doctrine = $asdasdds
  6.    }
  7.  
  8.    function populate() {
  9.       $userAdmin = {asdasdsad};
  10.       $this->doctrine->insert($userAdmin);
  11.       ...
  12.       $this->doctrine->insert($ciudades);
  13.    }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement