Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

cakephp 2 with customize link

Router::url('/', true) . 'img/example.png' (cakephp 2)
  
// localhost/domain/event/detail
$current_url = $this->request->here();
// => /domain/event/detail
 
PREVIOUS NEXT
Tagged: #cakephp #customize #link
ADD COMMENT
Topic
Name
5+9 =