| 1 |
0.49 ms |
SELECT t0.IDBanner AS IDBanner_1, t0.ImageBanner AS ImageBanner_2, t0.TitreBanner AS TitreBanner_3, t0.SoustitreBanner AS SoustitreBanner_4, t0.Libelle AS Libelle_5, t0.AltImageBanner AS AltImageBanner_6 FROM Banner t0 WHERE t0.Libelle = ? LIMIT 1
Parameters: [
"parrainage"
]
SELECT t0.IDBanner AS IDBanner_1, t0.ImageBanner AS ImageBanner_2, t0.TitreBanner AS TitreBanner_3, t0.SoustitreBanner AS SoustitreBanner_4, t0.Libelle AS Libelle_5, t0.AltImageBanner AS AltImageBanner_6 FROM Banner t0 WHERE t0.Libelle = 'parrainage' LIMIT 1;
|
| 2 |
1.02 ms |
SELECT t0.id AS id_1, t0.lienimage AS lienimage_2, t0.codeimage AS codeimage_3, t0.altimage AS altimage_4, t0.descriptionimage AS descriptionimage_5, t0.pathimage AS pathimage_6 FROM image t0 WHERE t0.codeimage = ? LIMIT 1
SELECT t0.id AS id_1, t0.lienimage AS lienimage_2, t0.codeimage AS codeimage_3, t0.altimage AS altimage_4, t0.descriptionimage AS descriptionimage_5, t0.pathimage AS pathimage_6 FROM image t0 WHERE t0.codeimage = 'P1' LIMIT 1;
|
| 3 |
1.19 ms |
SELECT t0.IDConfig AS IDConfig_1, t0.name AS name_2, t0.value AS value_3 FROM Config t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"montant_couponcadeau_parrain"
]
SELECT t0.IDConfig AS IDConfig_1, t0.name AS name_2, t0.value AS value_3 FROM Config t0 WHERE t0.name = 'montant_couponcadeau_parrain' LIMIT 1;
|
| 4 |
0.23 ms |
SELECT t0.IDConfig AS IDConfig_1, t0.name AS name_2, t0.value AS value_3 FROM Config t0 WHERE t0.name = ? LIMIT 1
Parameters: [
"montant_couponcadeau_filleul"
]
SELECT t0.IDConfig AS IDConfig_1, t0.name AS name_2, t0.value AS value_3 FROM Config t0 WHERE t0.name = 'montant_couponcadeau_filleul' LIMIT 1;
|
| 5 |
0.43 ms |
SELECT t0.IDPagePublique AS IDPagePublique_1, t0.NomPage AS NomPage_2, t0.TitrePage AS TitrePage_3, t0.ContenuPage AS ContenuPage_4, t0.Metatitle AS Metatitle_5, t0.Metadescription AS Metadescription_6, t0.Metakeywords AS Metakeywords_7, t0.EstActif AS EstActif_8, t0.EstBlog AS EstBlog_9, t0.ImageMiseEnAvant AS ImageMiseEnAvant_10, t0.LienPageAfficher AS LienPageAfficher_11, t0.LibelleBanner AS LibelleBanner_12 FROM PagePublique t0 WHERE t0.NomPage = ? LIMIT 1
Parameters: [
"Parrainage"
]
SELECT t0.IDPagePublique AS IDPagePublique_1, t0.NomPage AS NomPage_2, t0.TitrePage AS TitrePage_3, t0.ContenuPage AS ContenuPage_4, t0.Metatitle AS Metatitle_5, t0.Metadescription AS Metadescription_6, t0.Metakeywords AS Metakeywords_7, t0.EstActif AS EstActif_8, t0.EstBlog AS EstBlog_9, t0.ImageMiseEnAvant AS ImageMiseEnAvant_10, t0.LienPageAfficher AS LienPageAfficher_11, t0.LibelleBanner AS LibelleBanner_12 FROM PagePublique t0 WHERE t0.NomPage = 'Parrainage' LIMIT 1;
|
| 6 |
0.38 ms |
SELECT t0.IDPagePublique AS IDPagePublique_1, t0.NomPage AS NomPage_2, t0.TitrePage AS TitrePage_3, t0.ContenuPage AS ContenuPage_4, t0.Metatitle AS Metatitle_5, t0.Metadescription AS Metadescription_6, t0.Metakeywords AS Metakeywords_7, t0.EstActif AS EstActif_8, t0.EstBlog AS EstBlog_9, t0.ImageMiseEnAvant AS ImageMiseEnAvant_10, t0.LienPageAfficher AS LienPageAfficher_11, t0.LibelleBanner AS LibelleBanner_12 FROM PagePublique t0 WHERE t0.LienPageAfficher = ? LIMIT 1
SELECT t0.IDPagePublique AS IDPagePublique_1, t0.NomPage AS NomPage_2, t0.TitrePage AS TitrePage_3, t0.ContenuPage AS ContenuPage_4, t0.Metatitle AS Metatitle_5, t0.Metadescription AS Metadescription_6, t0.Metakeywords AS Metakeywords_7, t0.EstActif AS EstActif_8, t0.EstBlog AS EstBlog_9, t0.ImageMiseEnAvant AS ImageMiseEnAvant_10, t0.LienPageAfficher AS LienPageAfficher_11, t0.LibelleBanner AS LibelleBanner_12 FROM PagePublique t0 WHERE t0.LienPageAfficher = 'faq' LIMIT 1;
|