Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

util Tables Summary

Michael Cummings edited this page Aug 1, 2014 · 2 revisions

Legacy 1.0.x Util Tables Summary

Prev: utilRegisteredCorporation

Hopefully these pages have gave you a better understanding of how the util* tables work and interact. Looking at the actual code in Yapeal may also help with understand how things work as well. You will also find some comments in the code of Yapeal that might make things clearer as well for some people.

Classes used to manage tables

There is a group of classes available for Yapeal and application developers to manage the above tables in class/util/ and it is highly recommended they be use instead of directly making changes to these tables. Currently Yapeal does make few of its changes directly but most places it now used the classes. You can find more information about the classes in the Using Yapeal Utils Wiki page. It includes an example for the RegisteredCharacter class which everyone should find useful in understanding how to use any of the classes.