adding some test crap in cake app
This commit is contained in:
parent
4b0cfa88e7
commit
6e71befe0f
11
web-cake/html/app/controllers/test_controller.php
Normal file
11
web-cake/html/app/controllers/test_controller.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class TestController extends AppController {
|
||||
|
||||
function index() {
|
||||
return "<h1>OMG TEST</h1>";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
1
web-cake/html/app/views/pages/home.ctp
Normal file
1
web-cake/html/app/views/pages/home.ctp
Normal file
@ -0,0 +1 @@
|
||||
<h2>Hello World</h2>
|
Loading…
Reference in New Issue
Block a user