Hey all,
I'm relatively new to OOP.. but I'm trying to make my own CMS software that I can easily reuse and adapt when creating new sites.
So far, I've got a working user login system using OOP however I'm unsure on how I can create a template system with dynamic content to go with it.
I've looked through various "tutorials" on the internet, and tried to understand scripts by looking at the php source code, however I'm very confused on how they all fit together.
Basically what I want is a front-end which I can easily change, using modules working in the background generating the content to go on the pages.
Where, or how should I start learning how to do this? I think I could perhaps start working on my own, if only I could understand what classes I'd need, and how they'd fit together.
Does anyone know of any good sources of information regarding how to learn such techniques, or could perhaps explain a general overview themselves here?
Any help would be greatly appreciated as I'm eager to start working on this system, just stumped on how to start!
Many thanks~
Ben