| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [default] "/:module/:action/*" |
| 4 | Request | request parameters array ( 'module' => 'static', 'action' => 'page', 'type' => 'about_us',) |
| 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 "staticActions->executePage()" |
| 12 | Doctrine Statement | executeQuery : SELECT p.id AS p__id, p.type AS p__type, p.title AS p__title, p.body AS p__body FROM pages p WHERE p.type = ? - (about_us ) |
| 13 | View | initialize view for "static/page" |
| 14 | ViewConfig | set component "category_menu" (category/list) |
| 15 | ViewConfig | set component "highlight" (book/highlight) |
| 16 | View | render "sf_app_dir/modules/static/templates/pageSuccess.php" |
| 17 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 18 | View | render "sf_app_dir/templates/layout.php" |
| 19 | PartialHelper | call "book->executeHighlight()" |
| 20 | Doctrine Statement | executeQuery : SELECT b.id AS b__id, b.title AS b__title, b.edition AS b__edition, b.series AS b__series, b.author AS b__author, b.price AS b__price, b.descript AS b__descript, b.isbn AS b__isbn, b.published_at AS b__published_at, b.created_at AS b__created_at, b.category_id AS b__category_id, b.publisher_id AS b__publisher_id, b.image_id AS b__image_id, i.id AS i__id, i.name AS i__name, i.height AS i__height, i.width AS i__width, RAND() AS b__0 FROM books b LEFT JOIN images i ON b.image_id = i.id WHERE (b.image_id != 0 AND b.image_id IS NOT NULL AND b.created_at >= ?) ORDER BY b__0 LIMIT 1 - (2008-12-08 ) |
| 21 | View | initialize view for "book/_highlight" |
| 22 | View | render "sf_app_dir/modules/book/templates/_highlight.php" |
| 23 | PartialHelper | call "ads->executeView()" |
| 24 | Doctrine Statement | executeQuery : SELECT a.id AS a__id, a.client_name AS a__client_name, a.startdate AS a__startdate, a.enddate AS a__enddate, a.viewings AS a__viewings, a.clicks AS a__clicks, a.url AS a__url, a.image AS a__image, a.created_at AS a__created_at FROM advertising a WHERE (a.startdate <= ? AND a.enddate >= ?) - (2009-01-07, 2009-01-07 ) |
| 25 | View | initialize view for "ads/_view" |
| 26 | View | render "sf_app_dir/modules/ads/templates/_view.php" |
| 27 | PartialHelper | call "category->executeList()" |
| 28 | Doctrine Query | executeQuery : SELECT c.id AS c__id, c.cmatch AS c__cmatch, c.name AS c__name, c.dewey AS c__dewey FROM categories c ORDER BY c.dewey ASC |
| 29 | View | initialize view for "category/_list" |
| 30 | View | render "sf_app_dir/modules/category/templates/_list.php" |