Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have download a simple template system and put it to my codeigniter project, but I want to show something in my sidebar, and maybe on my footer.

Can you guys tell me how or fork my project on github and edit my file(s) so I can see what to do. :)

Here is my project on github.
https://github.com/SimonJ/Hip-hop-project

share|improve this question
you're asking us to write something for you? be more specific. – Ross Feb 1 '11 at 9:29
i want to know how to add a sidebar function, så i can echo it out like this <?= $sidebar ?>, and then load my data from the controller to the $sidebar – Sjmon Feb 1 '11 at 10:15

1 Answer

up vote 2 down vote accepted

I'm unfamiliar with your CI template library, however I can recommend either of the following as having the flexibility you require:

http://williamsconcepts.com/ci/codeigniter/libraries/template/index.html http://philsturgeon.co.uk/code/codeigniter-template/

share|improve this answer
i have try williamsconcepts.com/ci/codeigniter/libraries/template/… but i cold not find out how to include it and set it up, do you think you can do it via github so i can see what you do and learn a little :)? – Sjmon Feb 1 '11 at 15:47
@Sjmon the user guide for this library is really easy to follow williamsconcepts.com/ci/codeigniter/libraries/template/… – BrynJ Feb 1 '11 at 19:52
i just cant see how i add a view in my controller to the template lib – Sjmon Feb 1 '11 at 20:00
do you know how to add a view in my controller to the template ? – Sjmon Feb 2 '11 at 12:23
@Sjmon - the documentation as linked to above really is all you need to get started, and answers all your questions. – BrynJ Feb 2 '11 at 13:38

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.