Fairly new to CodeIgniter, still grasping the MVC approach. I\'m just wondering what\'s the best way to solve this:
I got my navigation bar highlighting the currentl
I use the below code - cheers!
uri->segment(1)=='dashboard' && $this->uri->segment(2)=='')? 'active' : ''; ?>