Object-oriented page callbacks for Drupal 7
In Drupal we use object-oriented page and form callbacks to ease our programmning burden This is a nice improvement that allows us to encapsulate the functionality of one or many page callbacks into objects, with all the benefits that brings. Is it possible for us to us object-oriented page callbacks in Drupal 7? With a few tricks, yes it is. This article shows you how.
This is part of a continuing series of using Drupal 8 programming techniques in Drupal 7.