php - CakePHP-Ask about the logo and other affections? -


sorry have make new question this, because don't know keywords ask problem.

i studying cakephp. when make page query list user db , make page navigation inside. ok when add logo top of website. ok if stay on page, when click navigation page. disappear (look link of image broken).

this 1 ok when don't click navigation page.

enter image description here

and 1 broken.

enter image description here

my question is: how fix problem. because not logo, things else have same problem too, want wil appeared on everypage or action. can me this.

update: have find way solve problem. use helper make img. instead, use html tag show img. use helper in cakephp like:

<?php  echo $this->html->image (     'cakeicon.jpg',      array     (         'alt'=>'td-cakephp',          'height'=>'50px',          'width'=>'50px'     ) ); 

?>

i update research situation can solved more easily.


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -