Tag: class
Renaming Classes – Finished
by Steve Zahm on Sep.16, 2009, under Connections
Well, I’ve finished renaming my PHP classes to make them a bit more unique as so to avoid conflicts with other plug-ins. I also scrubbed the code to make sure I’m using the same options instance throughout rather than creating a new instance of the class every time I needed it. I’m not certain, but I think that would cause less overhead.
Renaming Classes
by Steve Zahm on Sep.15, 2009, under Connections
Taking the time to rename all my classes to be a bit more unique to reduce the possibility of conflicting with another plug-in.