JEMBOT MAWOT Bypass Shell
<?php
/**
* Class that operate on table 'listeGenreFilm'. Database Mysql.
*
* @author: http://phpdao.com
* @date: 2015-01-28 23:26
*/
class ListeFilmGroupeMySqlExtDAO extends ListeFilmGroupeMySqlDAO {
public function queryByFilmFestival($groupe, $cine, $date) {
//$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=? and Patria=-1 and actif=-1 and acceuil =-1 and heure >= 20151105 group by nomFilm order by nomFilm";
$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=? and Patria=-1 and actif=-1 and heure >= 20221110 and heure < 20221120 group by nomFilm order by nomFilm";
//$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=? and Patria=-1 and actif=-1 group by nomFilm order by nomFilm";
$sqlQuery = new SqlQuery($sql);
$sqlQuery->setNumber($groupe);
// $sqlQuery->setString("" . $date . "");
return $this->getList($sqlQuery);
}
public function queryByFilmFestivalHorreur($groupe, $cine, $date) {
//$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=? and Patria=-1 and actif=-1 and acceuil =-1 and heure >= 20151105 group by nomFilm order by nomFilm";
$sql = "SELECT * FROM listeHoraireComplet WHERE pkGroupe=? and NosLoisirs=-1 and actif=-1 and heure >= 20161110 and heure < 20161120 and nomFilm like '%nuit de l\'horreur%' group by nomFilm order by nomFilm";
$sqlQuery = new SqlQuery($sql);
$sqlQuery->setNumber($groupe);
// $sqlQuery->setString("" . $date . "");
return $this->getList($sqlQuery);
}
}
?>
xxxxx1.0, XXX xxxx