| 1 |
11.57 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: [
"adhesion"
]
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 = 'adhesion' LIMIT 1;
|
| 2 |
0.29 ms |
SELECT t0.IDContenuPage AS IDContenuPage_1, t0.NomPage AS NomPage_2, t0.TitreSection AS TitreSection_3, t0.CodeSection AS CodeSection_4, t0.ContenuSection AS ContenuSection_5 FROM ContenuPage t0 WHERE t0.CodeSection = ? LIMIT 1
SELECT t0.IDContenuPage AS IDContenuPage_1, t0.NomPage AS NomPage_2, t0.TitreSection AS TitreSection_3, t0.CodeSection AS CodeSection_4, t0.ContenuSection AS ContenuSection_5 FROM ContenuPage t0 WHERE t0.CodeSection = 'AFV' LIMIT 1;
|
| 3 |
0.15 ms |
SELECT t0.IDContenuPage AS IDContenuPage_1, t0.NomPage AS NomPage_2, t0.TitreSection AS TitreSection_3, t0.CodeSection AS CodeSection_4, t0.ContenuSection AS ContenuSection_5 FROM ContenuPage t0 WHERE t0.CodeSection = ? LIMIT 1
SELECT t0.IDContenuPage AS IDContenuPage_1, t0.NomPage AS NomPage_2, t0.TitreSection AS TitreSection_3, t0.CodeSection AS CodeSection_4, t0.ContenuSection AS ContenuSection_5 FROM ContenuPage t0 WHERE t0.CodeSection = 'FLI' LIMIT 1;
|
| 4 |
0.17 ms |
SELECT t0.IDContenuPage AS IDContenuPage_1, t0.NomPage AS NomPage_2, t0.TitreSection AS TitreSection_3, t0.CodeSection AS CodeSection_4, t0.ContenuSection AS ContenuSection_5 FROM ContenuPage t0 WHERE t0.CodeSection = ? LIMIT 1
SELECT t0.IDContenuPage AS IDContenuPage_1, t0.NomPage AS NomPage_2, t0.TitreSection AS TitreSection_3, t0.CodeSection AS CodeSection_4, t0.ContenuSection AS ContenuSection_5 FROM ContenuPage t0 WHERE t0.CodeSection = 'FD' LIMIT 1;
|
| 5 |
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.EstActif AS EstActif_7, t0.EstBlog AS EstBlog_8, t0.ImageMiseEnAvant AS ImageMiseEnAvant_9, t0.LienPageAfficher AS LienPageAfficher_10, t0.LibelleBanner AS LibelleBanner_11 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.EstActif AS EstActif_7, t0.EstBlog AS EstBlog_8, t0.ImageMiseEnAvant AS ImageMiseEnAvant_9, t0.LienPageAfficher AS LienPageAfficher_10, t0.LibelleBanner AS LibelleBanner_11 FROM PagePublique t0 WHERE t0.LienPageAfficher = 'faq' LIMIT 1;
|