I just start up to be a web developer. Now I create a dynamic website for the first time. I don\'t know how to set class=\"active\" to the navigation menu. Here is
class=\"active\"
I have used Codeigniter URI Class $this->uri->segment();
$this->uri->segment();
Please look at my code:
Tech
Please note....
class="=($this->uri->segment(1)==='technology')?'active':''?>"
Also you can use URI Class $this->uri->uri_string()
$this->uri->uri_string()
Here is my active class for home page(index)
Home