How to emulate PHP5 object model in PHP4
I spent a lot of time thinking, how to emulate some PHP5's object model features in older PHP4. How get rid tons of ampersands in my source codes. How force objects to not copy itself every time.
So, there is solution.