new file: .gitconfig

modified:   .gitignore
	modified:   SRC/app/config/app.php
	new file:   SRC/app/controllers/testBd.php
	modified:   SRC/app/routes.php
	new file:   SRC/app/views/testBd.php
This commit is contained in:
www
2015-02-08 22:43:20 +01:00
parent 2fb8c09b8c
commit 2f1aa2d596
9 changed files with 44 additions and 19 deletions

5
SRC/app/views/testBd.php Normal file
View File

@ -0,0 +1,5 @@
<html>
<body>
<h1>S = <?php echo $s; ?></h1>
</body>
</html>