update
This commit is contained in:
8
core/model/QueryCacheTemp.class.php
Normal file
8
core/model/QueryCacheTemp.class.php
Normal 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 ");}?>
|
||||
Reference in New Issue
Block a user