Warning: Hard Core Dorkage ahead!
I ran into a snag implementing a general callback strategy. The issue is that you can’t use a class name as a variable and then call one of its methods. Here is the backdrop, the boo-boo, and the workaround.
Continue reading Class names as variables in PHP