cakephp2-php8/lib/Cake/tests/test_app/View/elements/html_call.ctp

3 lines
62 B
Text
Raw Normal View History

<?php
echo $this->Html->link('Test', 'http://example.com');
?>