1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-17 04:04:21 +02:00

Initial commit for public repo

This commit is contained in:
Andrew Davis
2018-09-02 10:57:36 -05:00
commit cb5d7c2386
79 changed files with 14644 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<?php
$GLOBALS['PARTIAL_TEST'] = $test;

View File

@@ -0,0 +1,3 @@
<div><?= escape($title) ?></div>
<div><?= escape($subtitle) ?></div>
<div><?= escape($description) ?></div>

View File

@@ -0,0 +1 @@
<div>index</div>