atelierspierrot/mvc-fundamental

View on GitHub
demo/src/templates/test.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * @see <http://github.com/atelierspierrot/mvc-fundamental>.
 */
?>Hello <?php echo $name; ?> (from view file <?php echo __FILE__; ?>).