[eluser]skunkbad[/eluser]
[quote author="k2zs" date="1289966975"]Wow thats fantastic help, thank you. I downloaded the app and in just a few min I was able to learn so much and yet generate more questions. I was unaware that I could use pure php files as views and build the page as a variable and then echo it. It makes it so much easier to learn from a working model. One problem I am having though is with sessions. I can log in but am always challenged for username and passwod with every link I click in the admin. After I log in I see the link I clicked but forms won't process because of this.
I come mainly from an old-school ColdFusion background and have always worked top-down as a flat file with all of the application code at the top. I did call includes to modularize my pages but thats been it. Been working with php for about 2 years and adopted the same style programming there. This MVC stuff is totally new to me and have only done it for about 3 weeks. Since then I have already put a site live where I've implemented a back end that works.
Just last night I was able to recreate an entirely different site using my first site as a starting point and it only took about 1 hour so I am hooked now

[/quote]
I just do things my way. That doesn't mean you have to do it that way, but reflects on the flexibility of CI!