Current Path : /home/cinepatreb/www/php/dao/class/dto/ |
Current File : /home/cinepatreb/www/php/dao/class/dto/ListeFilmGroupe.class.php |
<?php /** * Object represents table 'listeGenreFilm' * * @author: http://phpdao.com * @date: 2015-01-28 23:26 */ class ListeFilmGroupe{ var $pkFilm; var $nomFilm; } ?>