I need to have a class constructor in PHP call its parent\'s parent\'s (grandparent?) constructor without calling the parent constructor.
//
I ended up coming up with an alternative solution that solved the problem.
I've upvoted the other two answers that provided valid yet ugly solutions for an uglier question:)