December 2010
2 posts
Dec 13th
1 note
3 tags
Logging global PHP objects and saving memory using...
Quite often when you are working with legacy code you will come across a mess of globals. Every single method will make use of the same global instance of the database class for example. So where do you begin to work with this massive impediment? Logging is a great way to see what methods and classes are being used by you application and where. To achieve this you would normally...
Dec 2nd
9 notes