Exemplo n.º 1
0
 public function mormSetUp()
 {
     $this->sql->queryDB(MyUser::createTable());
     $this->factory = new MormFactory('MyUser');
     $this->myuser = $this->factory->build();
 }