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
Non-specific to CI this is just logical checks agains the current page name.
When you get the page name in CI such as
$pageName = 'blog.html';
Then you can do the following
>Index >Blog