default module. It will
disappear as soon as you override the index action in the new
module.
apps/index/modules/index/ directory
actions/actions.class.php, edit the
executeIndex() method and remove the final forward
templates/indexSuccess.php template
| # | type | message |
|---|---|---|
| 1 | Context |
initialization |
| 2 | Controller |
initialization |
| 3 | Routing |
match route [default_index] "/:module" |
| 4 | Request |
request parameters array ( 'module' => 'index', 'action' => 'index',) |
| 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 "indexActions->executeIndex()" |
| 12 | Action |
forward to action "default/module" |
| 13 | Filter |
executing filter "sfRenderingFilter" |
| 14 | Filter |
executing filter "sfWebDebugFilter" |
| 15 | Filter |
executing filter "sfCommonFilter" |
| 16 | Filter |
executing filter "sfFlashFilter" |
| 17 | Filter |
executing filter "sfExecutionFilter" |
| 18 | Action |
call "defaultActions->executeModule()" |
| 19 | View |
initialize view for "default/module" |
| 20 | View |
render "sf_root_dir/lib/data/symfony/modules/default/templates/moduleSuccess.php" |
| 21 | View |
decorate content with "sf_root_dir/lib/data/symfony/modules/default/templates/defaultLayout.php" |
| 22 | View |
render "sf_root_dir/lib/data/symfony/modules/default/templates/defaultLayout.php" |

---
parameterHolder:
symfony/default:
action: index
module: index
attributeHolder:
symfony/default:

---
cookies:
httpHeaders:
Content-Type: text/html; charset=utf-8
parameterHolder:
helper/asset/auto/httpmeta:
Content-Type: text/html; charset=utf-8
helper/asset/auto/javascript:
/sf/sf_web_debug/js/main: /sf/sf_web_debug/js/main
helper/asset/auto/meta:
description: symfony project
keywords: symfony, project
language: en
robots: index, follow
title: symfony project
helper/asset/auto/stylesheet:
/sf/sf_web_debug/css/main:
main:
helper/asset/auto/stylesheet/last:
/sf/sf_default/css/screen.css:
symfony/response/http/headers:
Content-Type: text/html; charset=utf-8
symfony/view/asset:
javascripts_included:
stylesheets_included:

--- concealed by rokamoto

--- concealed by rokamoto

--- concealed by rokamoto
| type | calls | time (ms) |
|---|---|---|
| Configuration | 15 | 2.39 |
| Action "index/index" | 0 | 16.38 |
| Action "default/module" | 1 | 0.10 |
| View "Success" for "default/module" | 1 | 10.61 |