How i use masterpages in CI 2.0? |
[eluser]thomas_86[/eluser]
Hello, iam new with CI. I coded a litte news-controller to submit and view some news ... such to get familiar with CI. All works fine ... the next step (for me) is to include the news-controller in a masterpage. Masterpage constist maybe of navigation, header, footer and of course a content area. Also if the news-controller is active, there shows some additional navigation-items ... like archive or so So how i realize that? There some nice tutorials? greets soyo
[eluser]thomas_86[/eluser]
Good Morning, i used a lot of google and found 2 solutions for my problem. 1. - extend from MY_controller, which contain for e.g. the header, content and footer view 2. - nested views which one is better? Greets soyo
[eluser]raenk[/eluser]
Hi, You should create the controller extending CI_Controller and take a look at this: http://www.youtube.com/watch?v=gvGymDhY49E Cheers |
Welcome Guest, Not a member yet? Register Sign In |