An insider's view into the dark world of marketing and how to design code with the right side of your brain.
First OOP Sample
Well, I've started my foray into object oriented programming, and I have to say that it's a totally different way of thinking than procedural. The sample of version 1.0 is located [here].
I have written a basic framework with a CMS built into it. The CMS allows for modules to be built for it. I've already create a couple of proprietary modules for Philips Hadco that can't be included here. I can say the it's fairly easy to build these modules (blog, forums, etc...). I'm already going to revise the parameter passing on the framework by passing a "config" object as a parameter that would include such things as "site root", "doc root","url", etc...
I've tried to keep a MVC setup, let me know if I have! Feel free to comment and be totally critical- this is my first attempt and I have no ego to bruise!