Problem in adding a page link [CakePHP]
- by rajesh
hi all actually when i use link syntax like
<?php echo $html->link('Home', '/notes/index');?>
but when i used
<a href="/cake/cake_startab/notes/index/" alt="Home">Home </a>
its woking why????