cakephp2-php8/lib/Cake/tests/test_app/views/posts/helper_overwrite.ctp
José Lorenzo Rodríguez 4a287faa1e Moving the tests folder
2010-12-08 01:36:38 -04:30

4 lines
No EOL
63 B
PHP

<?php
echo $html;
echo $this->Html->link('Test link', '#');
?>