# |
type |
message |
1 | PatternRouting | Connect sfRoute "homepage" (/) |
2 | PatternRouting | Connect sfRoute "static" (/static/:url) |
3 | PatternRouting | Connect sfRoute "rating" (/club/rating/) |
4 | PatternRouting | Connect sfRoute "club" (/club/:url) |
5 | PatternRouting | Connect sfRoute "clubs" (/clubs/) |
6 | PatternRouting | Connect sfRoute "games" (/games/) |
7 | PatternRouting | Connect sfRoute "user" (/user/:id) |
8 | PatternRouting | Connect sfRoute "users" (/users/) |
9 | PatternRouting | Connect sfRoute "newslist" (/newslist/) |
10 | PatternRouting | Connect sfRoute "news" (/news/:id) |
11 | PatternRouting | Connect sfRoute "articles" (/articles/) |
12 | PatternRouting | Connect sfRoute "article" (/article/:id) |
13 | PatternRouting | Connect sfRoute "gallerys" (/gallerys/) |
14 | PatternRouting | Connect sfRoute "gallery" (/gallery/:url) |
15 | PatternRouting | Connect sfRoute "all_videos" (/all_videos/) |
16 | PatternRouting | Connect sfRoute "register" (/register/) |
17 | PatternRouting | Connect sfRoute "message_admin" (/message_admin/) |
18 | PatternRouting | Connect sfRoute "sitemap" (/sitemap/) |
19 | PatternRouting | Connect sfRoute "shop" (/shop/) |
20 | PatternRouting | Connect sfRoute "shop_product" (/shop/:url) |
21 | PatternRouting | Connect sfRoute "default_index" (/:module) |
22 | PatternRouting | Connect sfRoute "default" (/:module/:action/*) |
23 | PatternRouting | Connect sfRoute "sf_guard_signin" (/login) |
24 | PatternRouting | Connect sfRoute "sf_asset_library_dir" (/sfAsset/dir/:dir) |
25 | PatternRouting | Connect sfRequestRoute "sf_captchagd" (/captcha) |
26 | PatternRouting | Connect sfRoute "sf_guard_signin" (/login) |
27 | PatternRouting | Connect sfRoute "sf_guard_signout" (/logout) |
28 | PatternRouting | Connect sfRoute "sf_guard_password" (/request_password) |
29 | PatternRouting | Match route "article" (/article/:id) for /article/7173 with parameters array ( 'module' => 'blog_post', 'action' => 'show', 'id' => '7173',) |
30 | FilterChain | Executing filter "sfRenderingFilter" |
31 | FilterChain | Executing filter "sfCommonFilter" |
32 | FilterChain | Executing filter "sfValidationExecutionFilter" |
33 | blog_postActions | Call "blog_postActions->executeShow()" |
34 | PHPView | Render "sf_app_dir/modules/blog_post/templates/showSuccess.php" |
35 | PartialView | Render "sf_app_dir/modules/block/templates/_title.php" |
36 | main | Set slot "title" |
37 | PartialView | Render "sf_app_dir/modules/block/templates/_breadCrumbs.php" |
38 | main | Set slot "bread_crumbs" |
39 | PartialView | Render "sf_app_dir/templates/_flashes.php" |
40 | PartialView | Render "sf_app_dir/modules/blog_post/templates/_edit_published.php" |
41 | PartialView | Render "sf_app_dir/modules/comment/templates/_list.php" |
42 | PartialView | Render "sf_app_dir/modules/comment/templates/_form.php" |
43 | PHPView | Decorate content with "sf_app_dir/templates/layout.php" |
44 | PHPView | Render "sf_app_dir/templates/layout.php" |
45 | main | Get slot "title" |
46 | PartialView | Render "sf_app_dir/templates/_liveInternetCounter.php" |
47 | PartialView | Render "sf_app_dir/templates/_yandexMetrika.php" |
48 | PartialView | Render "sf_app_dir/templates/_topline.php" |
49 | main | Get slot "bread_crumbs" |
50 | main | Call "block->executeBanner()" |
51 | PartialView | Render "sf_app_dir/modules/block/templates/_banner.php" |
52 | PartialView | Render "sf_app_dir/templates/_myblock.php" |
53 | PartialView | Render "sf_app_dir/templates/_menu.php" |
54 | main | Call "block->executeClubs()" |
55 | PartialView | Render "sf_app_dir/modules/block/templates/_clubs.php" |
56 | main | Call "block->executeGames()" |
57 | PartialView | Render "sf_app_dir/modules/block/templates/_games.php" |
58 | main | Call "block->executeBanner()" |
59 | PartialView | Render "sf_app_dir/modules/block/templates/_banner.php" |
60 | PartialView | Render "sf_app_dir/templates/_notice.php" |
61 | PartialView | Render "sf_app_dir/templates/_karty.php" |
62 | PartialView | Render "sf_app_dir/templates/_footer.php" |
63 | WebResponse | Send status "HTTP/1.1 200 OK" |
64 | WebResponse | Send header "Content-Type: text/html; charset=utf-8" |