My favorites | Sign in
Project Logo
                
Changes to /trunk/cakephp-1.2.0/app/controllers/benchmark_controller.php
r0 vs. r9   Edit
  Compare: vs.   Format:
Revision r9
Go to: 
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 Google Code