3 lines
62 B
Plaintext
3 lines
62 B
Plaintext
|
<?php
|
||
|
echo $this->Html->link('Test', 'http://example.com');
|
||
|
?>
|