Merge remote-tracking (subtree) branch 'PracticingPhp/master'
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class TestController extends AppController {
|
||||
|
||||
function index() {
|
||||
return "<h1>OMG TEST</h1>";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user