My favorites
|
Sign in
phpmark
Performance comparisons of PHP frameworks
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
Changes to /trunk/cakephp-1.2.0/app/controllers/benchmark_controller.php
r0 vs. r9
Edit
Compare:
r0
r9
r17
vs.
r0
r9
r17
Format:
Single-column
Side by side
r9
r17›
Revision r9
Go to:
...-1.1.20/app/config/bootstrap.php
....1.20/app/config/inflections.php
...php-1.1.20/app/config/routes.php
/trunk/cakephp-1.1.20/app/tmp
...kephp-1.1.20/app/tmp/cache/views
...1.1.20/app/tmp/cache/views/empty
...hp-1.1.20/app/tmp/sessions/empty
/trunk/cakephp-1.1.20/app/tmp/tests
/trunk/cakephp-1.1.20/app/vendors
...cakephp-1.1.20/app/vendors/empty
.../cakephp-1.1.20/app/views/errors
...cakephp-1.1.20/app/views/helpers
...cakephp-1.1.20/app/views/layouts
...k/cakephp-1.1.20/app/webroot/css
...php-1.1.20/app/webroot/index.php
...1.20/config/database.php.default
...p-1.1.20/config/sql/sessions.sql
/trunk/cakephp-1.1.20/controllers
...k/cakephp-1.1.20/docs/README.txt
/trunk/cakephp-1.1.20/tmp
/trunk/cakephp-1.1.20/tmp/empty
...akephp-1.1.20/views/errors/empty
/trunk/cakephp-1.1.20/webroot
...kephp-1.1.20/webroot/favicon.ico
...ephp-1.2.0/app/config/routes.php
....2.0/app/config/sql/sessions.php
....2.0/app/config/sql/sessions.sql
...rollers/benchmark_controller.php
...app/controllers/components/empty
/trunk/cakephp-1.2.0/app/locale/eng
...nk/cakephp-1.2.0/app/tests/cases
...1.2.0/app/tests/cases/components
...app/tests/cases/components/empty
...hp-1.2.0/app/tests/cases/helpers
...2.0/app/tests/cases/models/empty
...k/cakephp-1.2.0/app/tests/groups
...php-1.2.0/app/tests/groups/empty
...1.2.0/app/tmp/cache/models/empty
...p-1.2.0/app/tmp/cache/persistent
...php-1.2.0/app/tmp/logs/debug.log
/trunk/cakephp-1.2.0/app/tmp/tests
...cakephp-1.2.0/app/views/elements
...1.2.0/app/views/layouts/js/empty
...ephp-1.2.0/app/views/layouts/rss
....2.0/app/views/layouts/rss/empty
/trunk/cakephp-1.2.0/app/webroot
...ephp-1.2.0/app/webroot/.htaccess
...app/webroot/css/cake.generic.css
...ephp-1.2.0/app/webroot/index.php
/trunk/cakephp-1.2.0/app/webroot/js
Project members,
sign in
to write a code review
/trunk/cakephp-1.2.0/app/controllers/benchmark_controller.php
r0
/trunk/cakephp-1.2.0/app/controllers/benchmark_controller.php
r9
1
<?php
2
class BenchmarkController extends AppController {
3
4
var $helpers = null; //Because the 'Html' and 'Form' helpers are enabled by default
5
var $uses = array();
6
var $components = array();
7
var $layout = null;
8
var $autoLayout = false;
9
10
11
function index() {
12
die("Hello World");
13
}
14
}
15
16
?>
Hosted by