Initial commit
This commit is contained in:
2
#pma/templates/test/add_data.phtml
Normal file
2
#pma/templates/test/add_data.phtml
Normal file
@ -0,0 +1,2 @@
|
||||
<?= $variable1; ?>
|
||||
<?= $variable2;
|
1
#pma/templates/test/echo.phtml
Normal file
1
#pma/templates/test/echo.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?= $variable;
|
1
#pma/templates/test/set_helper.phtml
Normal file
1
#pma/templates/test/set_helper.phtml
Normal file
@ -0,0 +1 @@
|
||||
<?= $this->hello($variable);
|
1
#pma/templates/test/static.phtml
Normal file
1
#pma/templates/test/static.phtml
Normal file
@ -0,0 +1 @@
|
||||
static content
|
1
#pma/templates/test/trim.phtml
Normal file
1
#pma/templates/test/trim.phtml
Normal file
@ -0,0 +1 @@
|
||||
outer <element> value </element> value
|
Reference in New Issue
Block a user