adding some test crap in cake app

This commit is contained in:
Dan Buch 2011-01-03 09:38:16 -05:00
parent 4b0cfa88e7
commit 6e71befe0f
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
class TestController extends AppController {
function index() {
return "<h1>OMG TEST</h1>";
}
}
?>

View File

@ -0,0 +1 @@
<h2>Hello World</h2>