No More Control Objects
These objects are scattered throughout the site but create the following problems:
- An entry in the webserver configuration has to be made for every control object to force it to look like a PHP file.
- These objects would hijack known incoming variables and stuff them into global variables, increasing global environment polution and bypassing the framework's handling of parameters.
- These pages have been incompatible with other people's test environments and inhospitable to root directories other than root, makinging them a pain to maintain.
- These pages were specific to a single entry and required multiple includes to work correctly
A better approach is to use the new /content address.