Ejemplo n.º 1
0
 function create()
 {
     $tutorDao = new TutorDao();
     $tutorDao->create($this);
 }