Properties

bCrypt bcrypt

Instance of bCrypt class.  Used to encrypt, and verify encrypted, text.

bool errors

TRUE if a class has encountered an error. FALSE otherwise.

inflect inflector

Instance of inflect class.  Used to singularize and pluralize words.

array messages

Array of messages recorded by, or into, the class.

database pDatabase

Persistent instance of database class. Used in all interactions with the database.

mcache pMcache

Persistent instance of mcache class. Used in all interactions with the caching system.

Methods

error(string $message)

     This function takes a message, saves that message to the messages property and set the errors property to true.