| # |
type |
message |
| 1 | Routing | connect "/login" |
| 2 | Routing | connect "/logout" |
| 3 | Routing | connect "/request_password" |
| 4 | Context | initialization |
| 5 | Controller | initialization |
| 6 | Routing | match route [stages] "/stages" |
| 7 | Request | request parameters array ( 'module' => 'stages', 'action' => 'listByCategoryId', 'category_id' => '24',) |
| 8 | Controller | dispatch request |
| 9 | Filter | executing filter "sfRenderingFilter" |
| 10 | Filter | executing filter "sfWebDebugFilter" |
| 11 | Filter | executing filter "sfSuperCacheFilter" |
| 12 | Filter | executing filter "sfCommonFilter" |
| 13 | Filter | executing filter "sfFlashFilter" |
| 14 | Filter | executing filter "sfExecutionFilter" |
| 15 | Creole | connect(): DSN: array ( 'compat_assoc_lower' => '****', 'compat_rtrim_string' => '****', 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 16 | Creole | prepareStatement(): SELECT season.ID, season.YEAR, season.ONLINE, season.CURRENT FROM season WHERE season.CURRENT=? |
| 17 | Creole | applyLimit(): SELECT season.ID, season.YEAR, season.ONLINE, season.CURRENT FROM season WHERE season.CURRENT=1, offset: 0, limit: 1 |
| 18 | Creole | executeQuery(): [13.93 ms] SELECT season.ID, season.YEAR, season.ONLINE, season.CURRENT FROM season WHERE season.CURRENT=1 LIMIT 1 |
| 19 | Action | call "stagesActions->executeListByCategoryId()" |
| 20 | Creole | prepareStatement(): SELECT categories.ID, categories.NAME, categories.FULL_NAME, categories.PARENT_ID, categories.DESCRIPTION, categories.SEQUENCE FROM categories WHERE categories.PARENT_ID=? |
| 21 | Creole | executeQuery(): [11.49 ms] SELECT categories.ID, categories.NAME, categories.FULL_NAME, categories.PARENT_ID, categories.DESCRIPTION, categories.SEQUENCE FROM categories WHERE categories.PARENT_ID=30 |
| 22 | Creole | prepareStatement(): SELECT stages.ID, stages.SEASON_ID, stages.CATEGORY_ID, stages.TITLE, stages.STARTS_AT, stages.ENDS_AT, stages.ONLINE, stages.TIME, stages.PRICE, stages.PLACE_ID, stages.IMAGE, stages.COMMENT_1, stages.COMITE_ID, stages.CONTACT_NAME, stages.CONTACT_PHONE, season.ID, season.YEAR, season.ONLINE, season.CURRENT, categories.ID, categories.NAME, categories.FULL_NAME, categories.PARENT_ID, categories.DESCRIPTION, categories.SEQUENCE, places.ID, places.NAME, places.ADDRESS, places.IMAGE, comites.ID, comites.NAME, comites.CONTACT, comites.PHONE, comites.MAIL, comites.SITE, comites.COMMENT, comites.IMAGE, comites.RSS_URL, UPPER(stages.TITLE) FROM stages, season, categories, places, comites WHERE stages.SEASON_ID=? AND stages.ONLINE=? AND stages.STARTS_AT BETWEEN "2026-06-22" AND "2026-12-25" AND stages.SEASON_ID=season.ID AND stages.CATEGORY_ID=categories.ID AND stages.PLACE_ID=places.ID AND stages.COMITE_ID=comites.ID ORDER BY stages.STARTS_AT ASC,UPPER(stages.TITLE) ASC |
| 23 | Creole | executeQuery(): [15.58 ms] SELECT stages.ID, stages.SEASON_ID, stages.CATEGORY_ID, stages.TITLE, stages.STARTS_AT, stages.ENDS_AT, stages.ONLINE, stages.TIME, stages.PRICE, stages.PLACE_ID, stages.IMAGE, stages.COMMENT_1, stages.COMITE_ID, stages.CONTACT_NAME, stages.CONTACT_PHONE, season.ID, season.YEAR, season.ONLINE, season.CURRENT, categories.ID, categories.NAME, categories.FULL_NAME, categories.PARENT_ID, categories.DESCRIPTION, categories.SEQUENCE, places.ID, places.NAME, places.ADDRESS, places.IMAGE, comites.ID, comites.NAME, comites.CONTACT, comites.PHONE, comites.MAIL, comites.SITE, comites.COMMENT, comites.IMAGE, comites.RSS_URL, UPPER(stages.TITLE) FROM stages, season, categories, places, comites WHERE stages.SEASON_ID=20 AND stages.ONLINE=1 AND stages.STARTS_AT BETWEEN "2026-06-22" AND "2026-12-25" AND stages.SEASON_ID=season.ID AND stages.CATEGORY_ID=categories.ID AND stages.PLACE_ID=places.ID AND stages.COMITE_ID=comites.ID ORDER BY stages.STARTS_AT ASC,UPPER(stages.TITLE) ASC |
| 24 | View | initialize view for "stages/listByCategoryId" |
| 25 | View | render "sf_app_dir/modules/stages/templates/listByCategoryIdSuccess.php" |
| 26 | PartialHelper | set slot "page_title" |
| 27 | View | initialize view for "agenda/_categoriesFilters" |
| 28 | View | render "sf_app_dir/modules/agenda/templates/_categoriesFilters.php" |
| 29 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 30 | View | render "sf_app_dir/templates/layout.php" |
| 31 | PartialHelper | get slot "page_title" |
| 32 | View | initialize view for "global/_header" |
| 33 | View | render "sf_app_dir/templates/_header.php" |
| 34 | View | initialize view for "global/_newsletter_form" |
| 35 | View | render "sf_app_dir/templates/_newsletter_form.php" |
| 36 | View | initialize view for "global/_main_menu" |
| 37 | View | render "sf_app_dir/templates/_main_menu.php" |
| 38 | View | initialize view for "global/_footer" |
| 39 | View | render "sf_app_dir/templates/_footer.php" |
| 40 | View | initialize view for "global/_newsletter_form" |
| 41 | View | render "sf_app_dir/templates/_newsletter_form.php" |