[eluser]edwin87[/eluser]
Hello CI!
First of all, i love the way CI stuck so much time in developing this framework.
I just started with CI, so i am very new in this. (Excuse me for my bad english

)
What i want is a basic cms system. I have already created a login script and every time my page load it will check if the session still exists.
This option i've built with a own controller, named: MY_Controller.
If i am logged succesfully, the page includes an header, so i don't have to include it in every specific controller.
But for now, i want to built a page module. So i can create/edit/delete pages. Here for i have a page controller what includes al the functions i need.
But this controller loads above the MY_Controller i think. When i want to show a basic text like 'hello world', then that text is above the included header file.
What did i do wrong in this matter?
I'm from Holland and my english is very very bad, so i hope that a fool can help me
Edwin