Refactored Form.
This commit is contained in:
parent
1fdf9a7ab1
commit
cfe93434ad
45 changed files with 58 additions and 83 deletions
1
tests/PHPCensor/data/view/Form/form.phtml
Executable file
1
tests/PHPCensor/data/view/Form/form.phtml
Executable file
|
|
@ -0,0 +1 @@
|
|||
<?= $action . $method; ?>
|
||||
1
tests/PHPCensor/data/view/simple.phtml
Executable file
1
tests/PHPCensor/data/view/simple.phtml
Executable file
|
|
@ -0,0 +1 @@
|
|||
Hello
|
||||
1
tests/PHPCensor/data/view/vars.phtml
Executable file
1
tests/PHPCensor/data/view/vars.phtml
Executable file
|
|
@ -0,0 +1 @@
|
|||
Hello <?php print $who; ?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue