This commit is contained in:
2026-05-15 18:33:51 +02:00
parent 3601be572f
commit c980004309
8442 changed files with 783630 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<?php
/**
* Klasa przechowujaca wygenerowane zapytania
*
*/
class QueryCacheTemp
{
static $cacheQuery = array("Spectacle_TsSpectacle_DefaultGetResult_d41d8cd98f00b204e9800998ecf8427e" => " SELECT ts_spectacle.id_ts_spectacle AS Spectacle_TsSpectacle_id_ts_spectacle, ts_spectacle.premiere_date AS Spectacle_TsSpectacle_premiere_date, ts_spectacle.id_admin AS Spectacle_TsSpectacle_id_admin, ts_spectacle.publication_date AS Spectacle_TsSpectacle_publication_date, ts_spectacle.expiration_date AS Spectacle_TsSpectacle_expiration_date, ts_spectacle.weight AS Spectacle_TsSpectacle_weight, ts_spectacle.creation_date AS Spectacle_TsSpectacle_creation_date, ts_spectacle.modification_date AS Spectacle_TsSpectacle_modification_date FROM ts_spectacle WHERE 1=1 ");}?>