# |
type |
message |
1 | sfPatternRouting | Connect sfRoute "sf_guard_signin" (/guard/login) |
2 | sfPatternRouting | Connect sfRoute "sf_guard_signout" (/guard/logout) |
3 | Doctrine_Connection_Mysql | exec : SET NAMES 'UTF8' - () |
4 | Doctrine_Connection_Mysql | query : SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')) - () |
5 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.domain = ?) LIMIT 1 - (emploisprofessionnelsensante.com) |
6 | sfPatternRouting | Match route "tendances_article" (/:sf_culture/tendances/:categorie_id/:categorie_slug/:id/:slug) for /fr/tendances/15/societe/230/les-5-meilleures-universites-du-canada-en-2021-2022 with parameters array ( 'website_id' => '1', 'website_short_code' => 'sante', 'module' => 'tendances', 'action' => 'details', 'sf_culture' => 'fr', 'categorie_id' => '15', 'categorie_slug' => 'societe', 'id' => '230', 'slug' => 'les-5-meilleures-universites-du-canada-en-2021-2022',) |
7 | sfFilterChain | Executing filter "sfRenderingFilter" |
8 | sfFilterChain | Executing filter "sfExecutionFilter" |
9 | tendancesActions | Call "tendancesActions->executeDetails()" |
10 | Doctrine_Connection_Statement | execute : SELECT a.id AS a__id, a.auteur AS a__auteur, a.publie AS a__publie, a.couverture AS a__couverture, a.titre AS a__titre, a.sous_titre AS a__sous_titre, a.contenu AS a__contenu, a.meta_title AS a__meta_title, a.meta_description AS a__meta_description, a.meta_keywords AS a__meta_keywords, a.created_at AS a__created_at, a.updated_at AS a__updated_at FROM article_tendance a WHERE (a.id = ?) LIMIT 1 - (230) |
11 | Doctrine_Connection_Statement | execute : SELECT c.id AS c__id, c.titre AS c__titre, c.ordre AS c__ordre, c.image AS c__image FROM categorie_tendance c WHERE (c.id = ?) LIMIT 1 - (15) |
12 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
13 | Doctrine_Connection_Statement | execute : SELECT c.id AS c__id, c.titre AS c__titre, c.ordre AS c__ordre, c.image AS c__image, a.id AS a__id, a.auteur AS a__auteur, a.publie AS a__publie, a.couverture AS a__couverture, a.titre AS a__titre, a.sous_titre AS a__sous_titre, a.contenu AS a__contenu, a.meta_title AS a__meta_title, a.meta_description AS a__meta_description, a.meta_keywords AS a__meta_keywords, a.created_at AS a__created_at, a.updated_at AS a__updated_at FROM categorie_tendance c LEFT JOIN categorie_article_tendance c2 ON (c.id = c2.categorie_tendance_id) LEFT JOIN article_tendance a ON a.id = c2.article_tendance_id LEFT JOIN website_article_tendance w2 ON (a.id = w2.article_tendance_id) LEFT JOIN website w ON w.id = w2.website_id WHERE (w.id = ? AND a.publie = ?) ORDER BY c.ordre ASC, a.created_at DESC - (1, 1) |
14 | Doctrine_Connection_Statement | execute : SELECT DISTINCT a2.id FROM article_tendance a2 LEFT JOIN categorie_article_tendance c4 ON (a2.id = c4.article_tendance_id) LEFT JOIN categorie_tendance c3 ON c3.id = c4.categorie_tendance_id LEFT JOIN website_article_tendance w4 ON (a2.id = w4.article_tendance_id) LEFT JOIN website w3 ON w3.id = w4.website_id WHERE w3.id = ? AND c3.id = ? AND a2.created_at < ? AND a2.publie = ? ORDER BY a2.created_at DESC LIMIT 1 - (1, 15, 2022-03-09 14:49:42, 1) |
15 | Doctrine_Connection_Statement | execute : SELECT a.id AS a__id, a.auteur AS a__auteur, a.publie AS a__publie, a.couverture AS a__couverture, a.titre AS a__titre, a.sous_titre AS a__sous_titre, a.contenu AS a__contenu, a.meta_title AS a__meta_title, a.meta_description AS a__meta_description, a.meta_keywords AS a__meta_keywords, a.created_at AS a__created_at, a.updated_at AS a__updated_at FROM article_tendance a LEFT JOIN categorie_article_tendance c2 ON (a.id = c2.article_tendance_id) LEFT JOIN categorie_tendance c ON c.id = c2.categorie_tendance_id LEFT JOIN website_article_tendance w2 ON (a.id = w2.article_tendance_id) LEFT JOIN website w ON w.id = w2.website_id WHERE a.id IN ('144') AND (w.id = ? AND c.id = ? AND a.created_at < ? AND a.publie = ?) ORDER BY a.created_at DESC - (1, 15, 2022-03-09 14:49:42, 1) |
16 | Doctrine_Connection_Statement | execute : SELECT DISTINCT a2.id FROM article_tendance a2 LEFT JOIN categorie_article_tendance c4 ON (a2.id = c4.article_tendance_id) LEFT JOIN categorie_tendance c3 ON c3.id = c4.categorie_tendance_id LEFT JOIN website_article_tendance w4 ON (a2.id = w4.article_tendance_id) LEFT JOIN website w3 ON w3.id = w4.website_id WHERE w3.id = ? AND c3.id = ? AND a2.created_at > ? AND a2.publie = ? ORDER BY a2.created_at ASC LIMIT 1 - (1, 15, 2022-03-09 14:49:42, 1) |
17 | Doctrine_Connection_Statement | execute : SELECT a.id AS a__id, a.auteur AS a__auteur, a.publie AS a__publie, a.couverture AS a__couverture, a.titre AS a__titre, a.sous_titre AS a__sous_titre, a.contenu AS a__contenu, a.meta_title AS a__meta_title, a.meta_description AS a__meta_description, a.meta_keywords AS a__meta_keywords, a.created_at AS a__created_at, a.updated_at AS a__updated_at FROM article_tendance a LEFT JOIN categorie_article_tendance c2 ON (a.id = c2.article_tendance_id) LEFT JOIN categorie_tendance c ON c.id = c2.categorie_tendance_id LEFT JOIN website_article_tendance w2 ON (a.id = w2.article_tendance_id) LEFT JOIN website w ON w.id = w2.website_id WHERE a.id IN ('536') AND (w.id = ? AND c.id = ? AND a.created_at > ? AND a.publie = ?) ORDER BY a.created_at ASC - (1, 15, 2022-03-09 14:49:42, 1) |
18 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.titre AS w__titre, w.video_employeur AS w__video_employeur, w.video_candidat AS w__video_candidat, w.meta_title AS w__meta_title, w.meta_description AS w__meta_description, w.meta_keywords AS w__meta_keywords, w.id_analytics AS w__id_analytics, w.titre_section_tendances AS w__titre_section_tendances, w.lang AS w__lang FROM website_translation w WHERE (w.id IN (?)) - (1) |
19 | sfPHPView | Render "sf_app_dir/modules/tendances/templates/detailsSuccess.php" |
20 | main | Set slot "og_tags" |
21 | main | Call "pub->executeDfpBodyTag()" |
22 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
23 | sfPHPView | Decorate content with "sf_app_dir/templates/layout.php" |
24 | sfPHPView | Render "sf_app_dir/templates/layout.php" |
25 | main | Call "page->executeTitle()" |
26 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
27 | sfPartialView | Render "sf_app_dir/modules/page/templates/_title.php" |
28 | main | Get slot "og_tags" |
29 | main | Call "page->executeFacebookInitScript()" |
30 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
31 | sfPartialView | Render "sf_app_dir/modules/page/templates/_facebookInitScript.php" |
32 | main | Call "page->executeMenu()" |
33 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.parent_id AS p__parent_id, p.website_id AS p__website_id, p.ordre AS p__ordre, p.afficher AS p__afficher, p.ou AS p__ou, p2.id AS p2__id, p2.titre AS p2__titre, p2.contenu AS p2__contenu, p2.meta_title AS p2__meta_title, p2.meta_description AS p2__meta_description, p2.meta_keywords AS p2__meta_keywords, p2.lang AS p2__lang FROM page p LEFT JOIN page_translation p2 ON p.id = p2.id WHERE (p2.lang = ? AND p.afficher = ? AND p.website_id = ? AND p.ou = ?) ORDER BY p.ordre ASC - (fr, 1, 1, haut) |
34 | sfPartialView | Render "sf_app_dir/modules/page/templates/_menu.php" |
35 | main | Call "page->executeSocialIcons()" |
36 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
37 | sfPartialView | Render "sf_app_dir/modules/page/templates/_socialIcons.php" |
38 | main | Call "page->executeMenu()" |
39 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.parent_id AS p__parent_id, p.website_id AS p__website_id, p.ordre AS p__ordre, p.afficher AS p__afficher, p.ou AS p__ou, p2.id AS p2__id, p2.titre AS p2__titre, p2.contenu AS p2__contenu, p2.meta_title AS p2__meta_title, p2.meta_description AS p2__meta_description, p2.meta_keywords AS p2__meta_keywords, p2.lang AS p2__lang FROM page p LEFT JOIN page_translation p2 ON p.id = p2.id WHERE (p2.lang = ? AND p.afficher = ? AND p.website_id = ? AND p.ou = ?) ORDER BY p.ordre ASC - (fr, 1, 1, navigation_principale) |
40 | sfPartialView | Render "sf_app_dir/modules/page/templates/_menu.php" |
41 | main | Call "offres->executeSearchBar()" |
42 | sfPartialView | Render "sf_app_dir/modules/offres/templates/_searchBar.php" |
43 | main | Call "pub->executeLeaderboard()" |
44 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
45 | main | Call "page->executeMenu()" |
46 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.parent_id AS p__parent_id, p.website_id AS p__website_id, p.ordre AS p__ordre, p.afficher AS p__afficher, p.ou AS p__ou, p2.id AS p2__id, p2.titre AS p2__titre, p2.contenu AS p2__contenu, p2.meta_title AS p2__meta_title, p2.meta_description AS p2__meta_description, p2.meta_keywords AS p2__meta_keywords, p2.lang AS p2__lang FROM page p LEFT JOIN page_translation p2 ON p.id = p2.id WHERE (p2.lang = ? AND p.afficher = ? AND p.website_id = ? AND p.ou = ?) ORDER BY p.ordre ASC - (fr, 1, 1, bas_gauche) |
47 | sfPartialView | Render "sf_app_dir/modules/page/templates/_menu.php" |
48 | main | Call "page->executeMenu()" |
49 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.parent_id AS p__parent_id, p.website_id AS p__website_id, p.ordre AS p__ordre, p.afficher AS p__afficher, p.ou AS p__ou, p2.id AS p2__id, p2.titre AS p2__titre, p2.contenu AS p2__contenu, p2.meta_title AS p2__meta_title, p2.meta_description AS p2__meta_description, p2.meta_keywords AS p2__meta_keywords, p2.lang AS p2__lang FROM page p LEFT JOIN page_translation p2 ON p.id = p2.id WHERE (p2.lang = ? AND p.afficher = ? AND p.website_id = ? AND p.ou = ?) ORDER BY p.ordre ASC - (fr, 1, 1, bas_milieu) |
50 | sfPartialView | Render "sf_app_dir/modules/page/templates/_menu.php" |
51 | main | Call "page->executeMenu()" |
52 | Doctrine_Connection_Statement | execute : SELECT p.id AS p__id, p.parent_id AS p__parent_id, p.website_id AS p__website_id, p.ordre AS p__ordre, p.afficher AS p__afficher, p.ou AS p__ou, p2.id AS p2__id, p2.titre AS p2__titre, p2.contenu AS p2__contenu, p2.meta_title AS p2__meta_title, p2.meta_description AS p2__meta_description, p2.meta_keywords AS p2__meta_keywords, p2.lang AS p2__lang FROM page p LEFT JOIN page_translation p2 ON p.id = p2.id WHERE (p2.lang = ? AND p.afficher = ? AND p.website_id = ? AND p.ou = ?) ORDER BY p.ordre ASC - (fr, 1, 1, bas_droite) |
53 | sfPartialView | Render "sf_app_dir/modules/page/templates/_menu.php" |
54 | main | Call "page->executeAnalytics()" |
55 | Doctrine_Connection_Statement | execute : SELECT w.id AS w__id, w.short_code AS w__short_code, w.domain AS w__domain, w.domain_en AS w__domain_en, w.social_fb_url AS w__social_fb_url, w.social_fb_app_id AS w__social_fb_app_id, w.social_tw_username AS w__social_tw_username, w.social_tw_widget_id AS w__social_tw_widget_id, w.social_in_url AS w__social_in_url, w.social_gg_url AS w__social_gg_url, w.social_yt_url AS w__social_yt_url, w.couverture_tendances AS w__couverture_tendances, w.dfp_tag_home_head AS w__dfp_tag_home_head, w.dfp_tag_home_body AS w__dfp_tag_home_body, w.dfp_tag_t_liste_head AS w__dfp_tag_t_liste_head, w.dfp_tag_t_liste_body AS w__dfp_tag_t_liste_body, w.dfp_tag_t_details_head AS w__dfp_tag_t_details_head, w.dfp_tag_t_details_body AS w__dfp_tag_t_details_body, w.dfp_tag_emp_banneer_head AS w__dfp_tag_emp_banneer_head, w.dfp_tag_emp_banneer_body AS w__dfp_tag_emp_banneer_body, w.dfp_tag_emp_sidebar_head AS w__dfp_tag_emp_sidebar_head, w.dfp_tag_emp_sidebar_body AS w__dfp_tag_emp_sidebar_body, w.dfp_tag_eta_banneer_head AS w__dfp_tag_eta_banneer_head, w.dfp_tag_eta_banneer_body AS w__dfp_tag_eta_banneer_body, w.dfp_tag_eta_sidebar_head AS w__dfp_tag_eta_sidebar_head, w.dfp_tag_eta_sidebar_body AS w__dfp_tag_eta_sidebar_body FROM website w WHERE (w.id = ?) LIMIT 1 - (1) |
56 | sfPartialView | Render "sf_app_dir/modules/page/templates/_analytics.php" |
57 | sfWebResponse | Send status "HTTP/1.1 200 OK" |
58 | sfWebResponse | Send header "Content-Type: text/html; charset=utf-8" |