I try to be as organized as possible when it comes to writing my code. There is no other way to code in php other than an a class based approach! I have a bad habit of instantiating every class even if I might not be using it, just in case I want to use it. I like to have access to everything at all times. I know that can be a little hard on servers when you are dealing with heavy traffic sites. I am trying to be a little more optimized, but I am making the change slowly!
I have been developing my own mini framework that does things that I do all the time. I wouldn’t say it is worthy of being called a framework but it definitely saves me time. Let me know what frameworks “if any” you are using. I have toyed around with ruby on rails which is a framework written in ruby but I don’t know if I want to go to a whole different language.

