Objectcode is a secure PHP5 framework for website developers who wish to utilize the same set of objects while developing sites that need content management, e-commerce, forms, security, and tracking tools.
Each website configuration is an extension of the globally available objects which can then be called and utilized independently. This is designed for a shared hosting environment where many small sites need functionality that can be replicated over and over again.
The idea behind this software is to provide a global repository of objects and extensions for those objects, as well as independent libraries that can utilize those objects / extensions. The sites that utilize objectcode all maintain a specific format and directory structure which breaks down the code into content managed html and library scripts with dynamic functionality. Each library script can easily implement the available objects and their dependencies by interfacing with them upon initialization. The system is designed to allow you to call each object independently, but it doesn't require all of them at startup, thus providing efficiency and stability.