Plugins built as packages on the Top Quark architecture can be customized by third-plugins in a variety of ways. Top Quark packages make use of ObjectContainers and Objects. ObjectContainers know how to talk to the MySQL database to add/delete/modify rows in your object table and Objects are simply instances of the objects stored in the containers. This post describes how to add a field to a particular Object and ObjectContainer, allowing you to store custom information without ...
Continue Reading ?JUL

