mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
4 lines
63 B
Text
4 lines
63 B
Text
|
<?php
|
||
|
echo $html;
|
||
|
echo $this->Html->link('Test link', '#');
|
||
|
?>
|