| # |
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 [homepage] "/" |
| 7 | Request | request parameters array ( 'module' => 'home', 'action' => 'index',) |
| 8 | Controller | dispatch request |
| 9 | Filter | executing filter "sfRenderingFilter" |
| 10 | Filter | executing filter "sfWebDebugFilter" |
| 11 | Filter | executing filter "sfSslRequirementFilter" |
| 12 | Filter | executing filter "sfCommonFilter" |
| 13 | Filter | executing filter "sfFlashFilter" |
| 14 | Filter | executing filter "sfExecutionFilter" |
| 15 | Action | call "homeActions->executeIndex()" |
| 16 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 17 | Creole | prepareStatement(): SELECT boone_news.ID, boone_news.CREATED_AT, boone_news.TITLE, boone_news.CATEGORY_ID, boone_news.RANK, boone_news.ACTIVE, boone_news.TEXT FROM boone_news WHERE boone_news.CATEGORY_ID=? AND boone_news.ACTIVE=? ORDER BY boone_news.RANK ASC |
| 18 | Creole | applyLimit(): SELECT boone_news.ID, boone_news.CREATED_AT, boone_news.TITLE, boone_news.CATEGORY_ID, boone_news.RANK, boone_news.ACTIVE, boone_news.TEXT FROM boone_news WHERE boone_news.CATEGORY_ID=1 AND boone_news.ACTIVE=1 ORDER BY boone_news.RANK ASC, offset: 0, limit: 5 |
| 19 | Creole | executeQuery(): [0.70 ms] SELECT boone_news.ID, boone_news.CREATED_AT, boone_news.TITLE, boone_news.CATEGORY_ID, boone_news.RANK, boone_news.ACTIVE, boone_news.TEXT FROM boone_news WHERE boone_news.CATEGORY_ID=1 AND boone_news.ACTIVE=1 ORDER BY boone_news.RANK ASC LIMIT 5 |
| 20 | View | initialize view for "home/index" |
| 21 | View | render "sf_app_dir/modules/home/templates/indexSuccess.php" |
| 22 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 23 | View | render "sf_app_dir/templates/layout.php" |
| 24 | View | initialize view for "global/_header" |
| 25 | View | render "sf_app_dir/templates/_header.php" |
| 26 | PartialHelper | call "home->executeMiniNavigation()" |
| 27 | View | initialize view for "home/_miniNavigation" |
| 28 | View | render "sf_app_dir/modules/home/templates/_miniNavigation.php" |
| 29 | PartialHelper | call "home->executeMainNavigation()" |
| 30 | View | initialize view for "home/_mainNavigation" |
| 31 | View | render "sf_app_dir/modules/home/templates/_mainNavigation.php" |
| 32 | View | initialize view for "global/_footer" |
| 33 | View | render "sf_app_dir/templates/_footer.php" |