| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [projectCountry] "/project/country/:country_code" |
| 4 | Request | request parameters array ( 'country_code' => 'GH', 'module' => 'project', 'action' => 'list',) |
| 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 "projectActions->executeList()" |
| 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 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=? |
| 14 | Creole | executeQuery(): [0.00 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='GH' |
| 15 | Creole | prepareStatement(): SELECT region.CODE, region.TITLE, region.WEBREGION_ID FROM region WHERE region.CODE=? |
| 16 | Creole | executeQuery(): [15.62 ms] SELECT region.CODE, region.TITLE, region.WEBREGION_ID FROM region WHERE region.CODE='AF' |
| 17 | Creole | prepareStatement(): SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.ID=? |
| 18 | Creole | executeQuery(): [0.00 ms] SELECT webregion.ID, webregion.TITLE, webregion.STRIPPED_TITLE, webregion.SUMMARY, webregion.BODY, webregion.SIDEBAR, webregion.BANNER_URL FROM webregion WHERE webregion.ID=1 |
| 19 | Creole | prepareStatement(): SELECT project.ID, project.PROJECT_NUMBER, project.TITLE, project.WEBSITE, project.SUMMARY, project.BODY, project.SIDEBAR, project.TOTAL_COST, project.NEEDED, project.WEBREGION_ID, project.COUNTRY_CODE, project.UPDATED_ON, project.IS_APPROVED, project.IS_PUBLISHED, project.BANNER_URL, UPPER(country.TITLE), UPPER(project.TITLE) FROM project LEFT JOIN country ON (project.COUNTRY_CODE=country.CODE) WHERE project.NEEDED<>? AND project.COUNTRY_CODE=? ORDER BY UPPER(country.TITLE) ASC,UPPER(project.TITLE) ASC |
| 20 | Creole | executeQuery(): [2462.72 ms] SELECT project.ID, project.PROJECT_NUMBER, project.TITLE, project.WEBSITE, project.SUMMARY, project.BODY, project.SIDEBAR, project.TOTAL_COST, project.NEEDED, project.WEBREGION_ID, project.COUNTRY_CODE, project.UPDATED_ON, project.IS_APPROVED, project.IS_PUBLISHED, project.BANNER_URL, UPPER(country.TITLE), UPPER(project.TITLE) FROM project LEFT JOIN country ON (project.COUNTRY_CODE=country.CODE) WHERE project.NEEDED<>0 AND project.COUNTRY_CODE='GH' ORDER BY UPPER(country.TITLE) ASC,UPPER(project.TITLE) ASC |
| 21 | View | initialize view for "project/list" |
| 22 | View | render "sf_app_dir\modules/project/templates/listSuccess.php" |
| 23 | View | initialize view for "global/_banner" |
| 24 | View | render "sf_app_dir\templates/_banner.php" |
| 25 | PartialHelper | call "hppage->executePrayer()" |
| 26 | 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 |
| 27 | Creole | executeQuery(): [0.00 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 |
| 28 | View | initialize view for "hppage/_prayer" |
| 29 | View | render "sf_app_dir\modules/hppage/templates/_prayer.php" |
| 30 | View | initialize view for "global/_languages" |
| 31 | View | render "sf_app_dir\templates/_languages.php" |
| 32 | View | initialize view for "global/_navigation" |
| 33 | View | render "sf_app_dir\templates/_navigation.php" |
| 34 | View | initialize view for "country/_africa-europe" |
| 35 | View | render "sf_app_dir\modules/country/templates/_africa-europe.php" |
| 36 | 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=? |
| 37 | Creole | executeQuery(): [0.00 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='GH' |
| 38 | View | initialize view for "project/_thermometer" |
| 39 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 40 | View | initialize view for "project/_thermometer" |
| 41 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 42 | View | initialize view for "project/_thermometer" |
| 43 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 44 | View | initialize view for "project/_thermometer" |
| 45 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 46 | View | initialize view for "project/_thermometer" |
| 47 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 48 | View | initialize view for "project/_thermometer" |
| 49 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 50 | View | initialize view for "project/_thermometer" |
| 51 | View | render "sf_app_dir\modules/project/templates/_thermometer.php" |
| 52 | View | initialize view for "global/_donate-resources-email" |
| 53 | View | render "sf_app_dir\templates/_donate-resources-email.php" |
| 54 | View | decorate content with "sf_app_dir\templates/layout.php" |
| 55 | View | render "sf_app_dir\templates/layout.php" |