| # |
type |
message |
| 1 | PhpConfigHandler | php.ini "magic_quotes_gpc" key is better set to "false" (current value is "''" - php.ini location: "/hsphere/local/config/httpd/php5/php.ini") |
| 2 | PhpConfigHandler | php.ini "register_globals" key is better set to "false" (current value is "''" - php.ini location: "/hsphere/local/config/httpd/php5/php.ini") |
| 3 | Context | initialization |
| 4 | Controller | initialization |
| 5 | Routing | match route [default] "/:module/:action/*" |
| 6 | Request | request parameters array ( 'module' => 'marche', 'action' => 'list',) |
| 7 | Controller | dispatch request |
| 8 | Filter | executing filter "sfRenderingFilter" |
| 9 | Filter | executing filter "sfWebDebugFilter" |
| 10 | Filter | executing filter "sfCommonFilter" |
| 11 | Filter | executing filter "sfFlashFilter" |
| 12 | Filter | executing filter "sfExecutionFilter" |
| 13 | Action | call "marcheActions->executeList()" |
| 14 | Creole | connect(): DSN: array ( 'database' => '****', 'encoding' => '****', 'hostspec' => '****', 'password' => '****', 'persistent' => '****', 'phptype' => '****', 'port' => '****', 'protocol' => '****', 'socket' => '****', 'username' => '****', ), FLAGS: 0 |
| 15 | Creole | prepareStatement(): SELECT COUNT(offre.ID) FROM offre WHERE offre.STATUT IN (?,?,?) |
| 16 | Creole | executeQuery(): [1.79 ms] SELECT COUNT(offre.ID) FROM offre WHERE offre.STATUT IN (3,4,5) |
| 17 | View | initialize view for "marche/list" |
| 18 | ViewConfig | set component "sidebar" (user/default) |
| 19 | ViewConfig | set component "accrochebar" (doc/emptyaccroche) |
| 20 | View | render "sf_app_dir/modules/marche/templates/listSuccess.php" |
| 21 | Creole | prepareStatement(): SELECT offre.ID, offre.USER_ID, offre.DOMAINE_ID, offre.TITRE, offre.DESCRIPTION, offre.CREATED_AT, offre.DATE_DEBUT, offre.DATE_FIN, offre.BUDGET, offre.STATUT FROM offre WHERE offre.STATUT IN (?,?,?) |
| 22 | Creole | applyLimit(): SELECT offre.ID, offre.USER_ID, offre.DOMAINE_ID, offre.TITRE, offre.DESCRIPTION, offre.CREATED_AT, offre.DATE_DEBUT, offre.DATE_FIN, offre.BUDGET, offre.STATUT FROM offre WHERE offre.STATUT IN (3,4,5), offset: 0, limit: 2 |
| 23 | Creole | executeQuery(): [4.57 ms] SELECT offre.ID, offre.USER_ID, offre.DOMAINE_ID, offre.TITRE, offre.DESCRIPTION, offre.CREATED_AT, offre.DATE_DEBUT, offre.DATE_FIN, offre.BUDGET, offre.STATUT FROM offre WHERE offre.STATUT IN (3,4,5) LIMIT 2 |
| 24 | View | decorate content with "sf_app_dir/templates/layout3.php" |
| 25 | View | render "sf_app_dir/templates/layout3.php" |
| 26 | PartialHelper | call "default->executeLastmodif()" |
| 27 | View | initialize view for "default/_lastmodif" |
| 28 | View | render "sf_app_dir/modules/default/templates/_lastmodif.php" |
| 29 | PartialHelper | call "doc->executeEmptyaccroche()" |
| 30 | View | initialize view for "doc/_emptyaccroche" |
| 31 | View | render "sf_app_dir/modules/doc/templates/_emptyaccroche.php" |
| 32 | PartialHelper | call "user->executeDefault()" |
| 33 | View | initialize view for "user/_default" |
| 34 | View | render "sf_app_dir/modules/user/templates/_default.php" |
| 35 | View | initialize view for "user/_anonbar" |
| 36 | View | render "sf_app_dir/modules/user/templates/_anonbar.php" |