| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [default] "/:module/:action/*" |
| 4 | Request | request parameters array ( 'module' => 'book', 'action' => 'list', 'page' => '2',) |
| 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 "bookActions->executeList()" |
| 12 | Doctrine Statement | executeQuery : SELECT COUNT(DISTINCT b.id) AS num_results FROM books b LEFT JOIN book_tags b2 ON b.id = b2.book_id LEFT JOIN tags t ON t.id = b2.tag_id LEFT JOIN publishers p ON b.publisher_id = p.id WHERE b.category_id = ? GROUP BY b.id - (1 ) |
| 13 | View | initialize view for "book/list" |
| 14 | ViewConfig | set component "category_menu" (category/list) |
| 15 | ViewConfig | set component "highlight" (book/highlight) |
| 16 | View | render "sf_app_dir/modules/book/templates/listSuccess.php" |
| 17 | PartialHelper | call "category->executeTitle()" |
| 18 | View | initialize view for "category/_title" |
| 19 | View | render "sf_app_dir/modules/category/templates/_title.php" |
| 20 | Doctrine Statement | executeQuery : SELECT DISTINCT b3.id FROM books b3 LEFT JOIN book_tags b4 ON b3.id = b4.book_id LEFT JOIN tags t2 ON t2.id = b4.tag_id LEFT JOIN publishers p2 ON b3.publisher_id = p2.id WHERE b3.category_id = ? ORDER BY b3.title ASC LIMIT 20 OFFSET 20 - (1 ) |
| 21 | 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, t.id AS t__id, t.name AS t__name, t.icon AS t__icon, t.is_private AS t__is_private, t.is_approved AS t__is_approved, p.id AS p__id, p.publisher_id AS p__publisher_id, p.name AS p__name FROM books b LEFT JOIN book_tags b2 ON b.id = b2.book_id LEFT JOIN tags t ON t.id = b2.tag_id LEFT JOIN publishers p ON b.publisher_id = p.id WHERE b.id IN ('59376', '57847', '63092', '58879', '60093', '57262', '3091', '60148', '10676', '10686', '62591', '62592', '60984', '29625', '26588', '65656', '50862', '366', '21847', '117') AND b.category_id = ? ORDER BY b.title ASC - (1 ) |
| 22 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 23 | View | render "sf_app_dir/templates/layout.php" |
| 24 | PartialHelper | call "book->executeHighlight()" |
| 25 | 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 - (2009-06-04 ) |
| 26 | View | initialize view for "book/_highlight" |
| 27 | View | render "sf_app_dir/modules/book/templates/_highlight.php" |
| 28 | PartialHelper | call "ads->executeView()" |
| 29 | 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-07-04, 2009-07-04 ) |
| 30 | View | initialize view for "ads/_view" |
| 31 | View | render "sf_app_dir/modules/ads/templates/_view.php" |
| 32 | PartialHelper | call "category->executeList()" |
| 33 | 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 |
| 34 | View | initialize view for "category/_list" |
| 35 | View | render "sf_app_dir/modules/category/templates/_list.php" |