문제

I am now checking/testing a software. To check if it's working, I have to use an existing website with outbound links. I have another site which is coded in cakephp. In this site, I have to put an anchor text to point to another website, that is outbound link. This will be used to check if the software is working. Can you help me how to add an outbound link in cakephp, im new to this. thanks!

도움이 되었습니까?

해결책

You can place link using Html Helper by this Way:

<?php echo $this->Html->link('Site Name', 'http://www.example.com'); ?>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top