| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [webregion] "/webregion/:stripped_title" |
| 4 | Request | request parameters array ( 'stripped_title' => 'americas', 'module' => 'webregion', 'action' => 'show',) |
| 5 | Controller | dispatch request |
| 6 | Filter | executing filter "sfRenderingFilter" |
| 7 | Filter | executing filter "sfWebDebugFilter" |
| 8 | Filter | executing filter "sfCommonFilter" |
| 9 | Filter | executing filter "sfFlashFilter" |
| 10 | Filter | executing filter "sfExecutionFilter" |
| 11 | Action | call "webregionActions->executeShow()" |
| 12 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 13 | Creole | prepareStatement(): SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.STRIPPED_TITLE=? |
| 14 | Creole | applyLimit(): SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.STRIPPED_TITLE='americas', offset: 0, limit: 1 |
| 15 | Creole | executeQuery(): [0.58 ms] SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.STRIPPED_TITLE='americas' LIMIT 1 |
| 16 | Creole | prepareStatement(): SELECT country.CODE, country.TITLE, country.FULLTITLE, country.SUMMARY, country.WEBSITE, country.BODY, country.SIDEBAR, country.PRAYER_REQUEST, country.REGION_CODE, country.OFFICE_ID, country.BANNER_URL, UPPER(country.TITLE) FROM country LEFT JOIN region ON (country.REGION_CODE=region.CODE) LEFT JOIN webregion ON (region.WEBREGION_ID=webregion.ID) WHERE webregion.STRIPPED_TITLE=? AND country.BANNER_URL<>? ORDER BY UPPER(country.TITLE) ASC |
| 17 | Creole | executeQuery(): [19.74 ms] SELECT country.CODE, country.TITLE, country.FULLTITLE, country.SUMMARY, country.WEBSITE, country.BODY, country.SIDEBAR, country.PRAYER_REQUEST, country.REGION_CODE, country.OFFICE_ID, country.BANNER_URL, UPPER(country.TITLE) FROM country LEFT JOIN region ON (country.REGION_CODE=region.CODE) LEFT JOIN webregion ON (region.WEBREGION_ID=webregion.ID) WHERE webregion.STRIPPED_TITLE='americas' AND country.BANNER_URL<>'' ORDER BY UPPER(country.TITLE) ASC |
| 18 | View | initialize view for "webregion/show" |
| 19 | View | render "sf_app_dir\modules/webregion/templates/showSuccess.php" |
| 20 | View | initialize view for "global/_banner" |
| 21 | View | render "sf_app_dir\templates/_banner.php" |
| 22 | PartialHelper | call "hppage->executePrayer()" |
| 23 | Creole | prepareStatement(): SELECT hppagecontent.HPPAGE_ID, hppagecontent.HPCONTENT_ID, hpcontent.ID, hpcontent.HPSLOT_ID, hpcontent.TITLE, hpcontent.SUMMARY, hpcontent.IMAGE, hpcontent.LINK, hpcontent.CREATED_ON, hpcontent.LISTING_ORDER FROM hppagecontent, hpcontent WHERE hpcontent.HPSLOT_ID=? AND hppagecontent.HPCONTENT_ID=hpcontent.ID ORDER BY hpcontent.LISTING_ORDER ASC,hpcontent.CREATED_ON DESC |
| 24 | Creole | executeQuery(): [-58.40 ms] SELECT hppagecontent.HPPAGE_ID, hppagecontent.HPCONTENT_ID, hpcontent.ID, hpcontent.HPSLOT_ID, hpcontent.TITLE, hpcontent.SUMMARY, hpcontent.IMAGE, hpcontent.LINK, hpcontent.CREATED_ON, hpcontent.LISTING_ORDER FROM hppagecontent, hpcontent WHERE hpcontent.HPSLOT_ID=5 AND hppagecontent.HPCONTENT_ID=hpcontent.ID ORDER BY hpcontent.LISTING_ORDER ASC,hpcontent.CREATED_ON DESC |
| 25 | View | initialize view for "hppage/_prayer" |
| 26 | View | render "sf_app_dir\modules/hppage/templates/_prayer.php" |
| 27 | View | initialize view for "global/_languages" |
| 28 | View | render "sf_app_dir\templates/_languages.php" |
| 29 | View | initialize view for "global/_navigation" |
| 30 | View | render "sf_app_dir\templates/_navigation.php" |
| 31 | View | initialize view for "webregion/_americas" |
| 32 | View | render "sf_app_dir\modules/webregion/templates/_americas.php" |
| 33 | View | initialize view for "global/_donate-resources-email" |
| 34 | View | render "sf_app_dir\templates/_donate-resources-email.php" |
| 35 | View | decorate content with "sf_app_dir\templates/layout.php" |
| 36 | View | render "sf_app_dir\templates/layout.php" |