| 1 |
0.29 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.fonction AS fonction_3, t0.direction AS direction_4, t0.description AS description_5, t0.image AS image_6, t0.abr_direction AS abr_direction_7, t0.telephone_professionnel AS telephone_professionnel_8, t0.email_professionnel AS email_professionnel_9 FROM dirigeant t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.fonction AS fonction_3, t0.direction AS direction_4, t0.description AS description_5, t0.image AS image_6, t0.abr_direction AS abr_direction_7, t0.telephone_professionnel AS telephone_professionnel_8, t0.email_professionnel AS email_professionnel_9 FROM dirigeant t0;
|
| 2 |
0.26 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.is_active AS is_active_5 FROM slide t0 WHERE t0.is_active = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.is_active AS is_active_5 FROM slide t0 WHERE t0.is_active = 1;
|
| 3 |
0.22 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.title AS title_4, t0.content AS content_5, t0.worker AS worker_6, t0.description AS description_7 FROM ministre t0 WHERE t0.worker = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.title AS title_4, t0.content AS content_5, t0.worker AS worker_6, t0.description AS description_7 FROM ministre t0 WHERE t0.worker = 1;
|
| 4 |
0.32 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.titlefr AS titlefr_3, t0.lieu AS lieu_4, t0.content AS content_5, t0.contentfr AS contentfr_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.date AS date_9, t0.photos AS photos_10 FROM article t0 WHERE t0.published = ? ORDER BY t0.created_at DESC LIMIT 6
SELECT t0.id AS id_1, t0.title AS title_2, t0.titlefr AS titlefr_3, t0.lieu AS lieu_4, t0.content AS content_5, t0.contentfr AS contentfr_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.date AS date_9, t0.photos AS photos_10 FROM article t0 WHERE t0.published = 1 ORDER BY t0.created_at DESC LIMIT 6;
|