carbonPHP Progress
As my previous posts have said, carbonPHP is my PHP framework that I am working on. I have finally had time to write some code for it. I have written the config, exceptions, and logging classes. I want to work on simple routing next for parsing the URI and loaded the correct controllers.
I am in another 'web developer' frame of mind, so I am reading up on design patterns. For those who don't know what a design pattern is, a design pattern is a formal way that developers use to document successful solutions to problems. You can read more about design patterns on the Wikipedia page for Design Patterns.






