| # |
type |
message |
| 1 | Context | initialization |
| 2 | Controller | initialization |
| 3 | Routing | match route [default] "/:module/:action/*" |
| 4 | Request | request parameters array ( 'module' => 'pornstars', 'action' => 'list', 'sex' => 'M', 'list' => 'D',) |
| 5 | Controller | dispatch request |
| 6 | Filter | executing filter "sfRenderingFilter" |
| 7 | Filter | executing filter "sfWebDebugFilter" |
| 8 | Filter | executing filter "trackingFilter" |
| 9 | Filter | executing filter "myDomainLayoutFilter" |
| 10 | Filter | executing filter "searchargsFilter" |
| 11 | Filter | executing filter "sfCommonFilter" |
| 12 | Filter | executing filter "sfExecutionFilter" |
| 13 | Action | call "pornstarsActions->executeList()" |
| 14 | Doctrine Statement | executeQuery : SELECT p.id AS p__id, p.name AS p__name, p.sex AS p__sex, p.birthdate AS p__birthdate, p.aka AS p__aka, p.height AS p__height, p.weight AS p__weight, p.breast AS p__breast, p.cupsize AS p__cupsize, p.birthname AS p__birthname, p.waist AS p__waist, p.hips AS p__hips, p.shoesize AS p__shoesize, p.tatoo AS p__tatoo, p.piercing AS p__piercing, p.nationality AS p__nationality, p.ethnicity AS p__ethnicity, p.birthplace AS p__birthplace, p.haircolor AS p__haircolor, p.skincolor AS p__skincolor, p.eyecolor AS p__eyecolor, p.officialsite AS p__officialsite, p.gallery_count AS p__gallery_count, p.flag_gay AS p__flag_gay, p.image_url AS p__image_url, p.created_at AS p__created_at, p.updated_at AS p__updated_at FROM pornstar p WHERE p.gallery_count >= ? AND p.name LIKE 'D%' AND p.sex = ? ORDER BY p.name - (1, M ) |
| 15 | View | initialize view for "pornstars/list" |
| 16 | View | render "sf_app_dir/modules/pornstars/templates/listSuccess.php" |
| 17 | View | initialize view for "pornstars/_searchbox" |
| 18 | View | render "sf_app_dir/modules/pornstars/templates/_searchbox.php" |
| 19 | PartialHelper | call "pornstars->executeFilterbar()" |
| 20 | Doctrine Statement | executeQuery : SELECT DISTINCT(MID(p.name, 1, 1)) AS p__0, COUNT(p.name) AS p__1 FROM pornstar p WHERE p.gallery_count >= ? AND p.sex = ? GROUP BY p__0 - (1, M ) |
| 21 | View | initialize view for "pornstars/_filterbar" |
| 22 | View | render "sf_app_dir/modules/pornstars/templates/_filterbar.php" |
| 23 | View | decorate content with "sf_app_dir/templates/layout.php" |
| 24 | View | render "sf_app_dir/templates/layout.php" |
| 25 | View | initialize view for "search/_textads" |
| 26 | View | render "sf_app_dir/modules/search/templates/_textads.php" |
| 27 | View | initialize view for "friendlylink/_rightLinks" |
| 28 | View | render "sf_app_dir/modules/friendlylink/templates/_rightLinks.php" |
| 29 | View | initialize view for "friendlylink/_footerLinks" |
| 30 | View | render "sf_app_dir/modules/friendlylink/templates/_footerLinks.php" |