Пример #1
0
 function create()
 {
     $cursoDao = new CursoDao();
     $cursoDao->create($this);
 }