| 1 |
0.76 ms |
SELECT b0_.id AS id_0, b0_.document AS document_1, b0_.organisation_concerner AS organisation_concerner_2, b0_.emetteur AS emetteur_3, b0_.type_institution AS type_institution_4, b0_.sujet AS sujet_5, b0_.titre AS titre_6, b0_.date_publication AS date_publication_7, b0_.numero_identite AS numero_identite_8, b0_.nom AS nom_9, b0_.prenom AS prenom_10, b0_.adresse AS adresse_11, b0_.mail AS mail_12, b0_.telephone AS telephone_13, b0_.statut AS statut_14, b0_.reference AS reference_15, b0_.document_name AS document_name_16, b0_.description AS description_17, b0_.is_public AS is_public_18, b0_.type_document_id AS type_document_id_19, b0_.secteur_id AS secteur_id_20 FROM bibliotheque b0_ WHERE b0_.statut = ? AND b0_.is_public = ? ORDER BY b0_.date_publication DESC
Parameters: [
"approuvé"
1
]
SELECT b0_.id AS id_0, b0_.document AS document_1, b0_.organisation_concerner AS organisation_concerner_2, b0_.emetteur AS emetteur_3, b0_.type_institution AS type_institution_4, b0_.sujet AS sujet_5, b0_.titre AS titre_6, b0_.date_publication AS date_publication_7, b0_.numero_identite AS numero_identite_8, b0_.nom AS nom_9, b0_.prenom AS prenom_10, b0_.adresse AS adresse_11, b0_.mail AS mail_12, b0_.telephone AS telephone_13, b0_.statut AS statut_14, b0_.reference AS reference_15, b0_.document_name AS document_name_16, b0_.description AS description_17, b0_.is_public AS is_public_18, b0_.type_document_id AS type_document_id_19, b0_.secteur_id AS secteur_id_20 FROM bibliotheque b0_ WHERE b0_.statut = 'approuvé' AND b0_.is_public = 1 ORDER BY b0_.date_publication DESC;
|
| 2 |
0.51 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5, t0.updated_at AS updated_at_6, t0.is_active AS is_active_7, t0.validite AS validite_8 FROM mstr_page_header t0
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image_name AS image_name_4, t0.image_size AS image_size_5, t0.updated_at AS updated_at_6, t0.is_active AS is_active_7, t0.validite AS validite_8 FROM mstr_page_header t0;
|