Monday 22 August 2016

Twitter Bootstrap Style Breadcrumb In Codeigniter

Today i would like to write about Generating Breadcrumb in Codeigniter.After generating it, we gonna apply Twitter Bootstrap Styles to it.
Breadcrumb are most commonly used secondary navigation menus , which will improve user navigation experience and they are also Search Engine friendly(improve SEO).
Example Controller : In this example Controller i am gonna create breadcrumb array and make it available to view file.
NOTE: In the breadcrumb array key is the URL String and Value is the label.
its time to create a view file called welcome_message.php(which we are loading in our above example controller)in application/views/ directory.
After creating file just copy past the blow HTML markup, where we have included Twitter Bootstrap style sheets and javaScript file.
That’s it.
- See more at: https://arjunphp.com/twitter-bootstrap-style-breadcrumb-in-codeigniter/#sthash.C80PTHa2.dpuf

No comments:

Post a Comment

Installation of Drop Box API on Codigniter

As with the YouTube API the first step in getting this sucker setup is getting a developer key by visiting  https://www.dropbox.com/develop...