Tagged Questions
1
vote
1answer
311 views
PHP5, Inheritance, Singleton - action & filter hook limitations
I'm currently working on a plugin, which uses the builtin cron functionality of wordpress.
Instead of using PHP4, I want to use PHP5 with inheritance and the singleton design pattern. I run in some ...