| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [categoryCountry] "/category/:stripped_title/country/:country_code" |
| 4 | Request | request parameters array ( 'stripped_title' => 'stories', 'country_code' => 'PE', 'module' => 'category', '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 "categoryActions->executeShow()" |
| 12 | Creole | connect(): DSN: array ( 'compat_assoc_lower' => '****', 'compat_rtrim_string' => '****', 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 13 | Creole | prepareStatement(): SELECT category.ID, category.SUBCAT_OF_ID, category.TITLE, category.STRIPPED_TITLE, category.SUMMARY, category.DAYS_NEW, category.IS_LINKABLE, category.LISTING_ORDER, category.IS_FEED_VISIBLE, category.BANNER_URL FROM category WHERE category.STRIPPED_TITLE=? |
| 14 | Creole | applyLimit(): SELECT category.ID, category.SUBCAT_OF_ID, category.TITLE, category.STRIPPED_TITLE, category.SUMMARY, category.DAYS_NEW, category.IS_LINKABLE, category.LISTING_ORDER, category.IS_FEED_VISIBLE, category.BANNER_URL FROM category WHERE category.STRIPPED_TITLE='stories', offset: 0, limit: 1 |
| 15 | Creole | executeQuery(): [2456.49 ms] SELECT category.ID, category.SUBCAT_OF_ID, category.TITLE, category.STRIPPED_TITLE, category.SUMMARY, category.DAYS_NEW, category.IS_LINKABLE, category.LISTING_ORDER, category.IS_FEED_VISIBLE, category.BANNER_URL FROM category WHERE category.STRIPPED_TITLE='stories' 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 FROM country WHERE country.CODE=? |
| 17 | Creole | executeQuery(): [1.21 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 FROM country WHERE country.CODE='PE' |
| 18 | Creole | prepareStatement(): SELECT region.CODE, region.TITLE, region.WEBREGION_ID FROM region WHERE region.CODE=? |
| 19 | Creole | executeQuery(): [0.61 ms] SELECT region.CODE, region.TITLE, region.WEBREGION_ID FROM region WHERE region.CODE='SA' |
| 20 | Creole | prepareStatement(): SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.ID=? |
| 21 | Creole | executeQuery(): [0.63 ms] SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.ID=2 |
| 22 | Creole | prepareStatement(): SELECT content.ID, content.TITLE, content.STRIPPED_TITLE, content.BYLINE, content.SUMMARY, content.BODY, content.SIDEBAR, content.CATEGORY_ID, content.WEBREGION_ID, content.COUNTRY_CODE, content.CREATED_ON, content.UPDATED_ON, content.DATE_START, content.DATE_END, content.DATE_DISPLAY, content.TAGS, content.COMMENTS, content.IS_APPROVED, content.IS_PUBLISHED, content.IS_DELETED, content.LISTING_ORDER, content.PROJECT_ID, content.BANNER_URL, content.BANNER_CAPTION, UPPER(content.TITLE) FROM content LEFT JOIN category ON (content.CATEGORY_ID=category.ID) WHERE content.CATEGORY_ID=? AND content.IS_PUBLISHED=? AND (content.DATE_START IS NULL OR content.DATE_START<=?) AND (content.DATE_END IS NULL OR content.DATE_END>=?) AND content.COUNTRY_CODE=? ORDER BY content.DATE_DISPLAY DESC,UPPER(content.TITLE) ASC |
| 23 | Creole | executeQuery(): [2460.55 ms] SELECT content.ID, content.TITLE, content.STRIPPED_TITLE, content.BYLINE, content.SUMMARY, content.BODY, content.SIDEBAR, content.CATEGORY_ID, content.WEBREGION_ID, content.COUNTRY_CODE, content.CREATED_ON, content.UPDATED_ON, content.DATE_START, content.DATE_END, content.DATE_DISPLAY, content.TAGS, content.COMMENTS, content.IS_APPROVED, content.IS_PUBLISHED, content.IS_DELETED, content.LISTING_ORDER, content.PROJECT_ID, content.BANNER_URL, content.BANNER_CAPTION, UPPER(content.TITLE) FROM content LEFT JOIN category ON (content.CATEGORY_ID=category.ID) WHERE content.CATEGORY_ID=8 AND content.IS_PUBLISHED=1 AND (content.DATE_START IS NULL OR content.DATE_START<='2009-11-20 20:56:04') AND (content.DATE_END IS NULL OR content.DATE_END>='2009-11-20 20:56:04') AND content.COUNTRY_CODE='PE' ORDER BY content.DATE_DISPLAY DESC,UPPER(content.TITLE) ASC |
| 24 | View | initialize view for "category/show" |
| 25 | View | render "sf_app_dir\modules/category/templates/showSuccess.php" |
| 26 | View | initialize view for "global/_banner" |
| 27 | View | render "sf_app_dir\templates/_banner.php" |
| 28 | PartialHelper | call "hppage->executePrayer()" |
| 29 | 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 |
| 30 | Creole | executeQuery(): [2456.90 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 |
| 31 | View | initialize view for "hppage/_prayer" |
| 32 | View | render "sf_app_dir\modules/hppage/templates/_prayer.php" |
| 33 | View | initialize view for "global/_languages" |
| 34 | View | render "sf_app_dir\templates/_languages.php" |
| 35 | View | initialize view for "global/_navigation" |
| 36 | View | render "sf_app_dir\templates/_navigation.php" |
| 37 | View | initialize view for "country/_americas" |
| 38 | View | render "sf_app_dir\modules/country/templates/_americas.php" |
| 39 | View | initialize view for "global/_donate-resources-email" |
| 40 | View | render "sf_app_dir\templates/_donate-resources-email.php" |
| 41 | View | decorate content with "sf_app_dir\templates/layout.php" |
| 42 | View | render "sf_app_dir\templates/layout.php" |