Tag Archives: oop

PHP function to reset instance variables

Quick snippet to reset all public instance variables inside a PHP class back to their original values. Can’t take credit for the code though. Found it on a website somewhere and have used it in pretty much every class I … Continue reading

Posted in Programming | Tagged , , | Leave a comment