JEMBOT MAWOT Bypass Shell
<?php
/**
* DAOFactory
* @author: http://phpdao.com
* @date: ${date}
*/
class DAOFactory{
/**
* @return FilmDAO
*/
public static function getFilmDAO(){
return new FilmMySqlExtDAO();
}
/**
* @return GenreDAO
*/
public static function getGenreDAO(){
return new GenreMySqlExtDAO();
}
/**
* @return GroupeDAO
*/
public static function getGroupeDAO(){
return new GroupeMySqlExtDAO();
}
/**
* @return HoraireDAO
*/
public static function getHoraireDAO(){
return new HoraireMySqlExtDAO();
}
/**
* @return ListeGenreFilmDAO
*/
public static function getListeGenreFilmDAO(){
return new ListeGenreFilmMySqlExtDAO();
}
/**
* @return ListeJourGroupeDAO
*/
public static function getListeJourGroupeDAO(){
return new ListeJourGroupeMySqlExtDAO();
}
/**
* @return ListeFilmGroupeDAO
*/
public static function getListeFilmGroupeDAO(){
return new ListeFilmGroupeMySqlExtDAO();
}
/**
* @return ListeHeureGroupeDAO
*/
public static function getListeHeureGroupeDAO(){
return new ListeHeureGroupeMySqlExtDAO();
}
}
xxxxx1.0, XXX xxxx