\

Namespaces

CGExtensions

Classes

cge_dir A simple class for utilities related to manipulating directories.
cge_redirect A utility class to handle some advanced redirections
cge_param A set of utilities for cleaning input parameters.
cge_http A set of utility functions for performing http requests.
cge_singleton An abstract class to implement a singleton.
cge_address A simple class for defining and manipulating an address.
cge_setup A factory class to return objects setup with some internal defaults or some preferences.
cms_cache_handler This class provides static methods for setting up an app wide cache handler.
cge_url A simple class for taking apart, modifying, and re-assembling URLS.
cg_fileupload A simple class to assist with handling PHP file uploads
cge_template_admin This class provides methods for displaying forms and reports that aide in managing a module's templates.
cg_watermark A class to provide a convenient way of watermarking images.
cge_debug A simple class with some debug functions.
CGExtensions A base class for all CMSMS modules written by me to provide optimizations and conveniences that are not built into CMSMS.
cg_exception A simple class library to extend the standard exception class and provides ome cmsms related lang string lookups.
cms_filecache_driver A cache driver that stores cached data in the CMSMS tmp/cache directory.
cge_cached_remote_file A class to copy a remote URL to a local, temporary location for a specified amount of time.
friendly An abstract class to simulate friend relationships in php.
cge_utils A set of high level convenience methods.
cge_image A simple class for utilities related to manipulating images.
cge_browser A wrapper around the included Browse class with specialized behavor.
cge_uploader A class to aide in dealing with uploaded files, including post processing of images.
cge_tags A Class containing convenience methods for generating variuos HTML tags
cge_encrypt A simple class for doing secure encryption and decryption of data.
cge_datastore This class implements a simple key/value store utilizing the database intended for storing small amounts of temporary data that must survive both the request, and the session but can have a limited lifetime.
cge_userops Utility methods to deal with admin users.
cge_template_utils A class to provide some methods for managing templates.
cge_tmpdata A convenience class to share data between classes and functions without using global variables.
cge_units A simple class for dealing with metric to imperial conversions
module_helper The module helper class is an abstract class, intended to help separate functionality into different classes Each instance of this class is a singleton.
cms_cache_driver An abstract base class for all cache drivers.
cge_string A set of string utility functions.
cge_date A Class to represent and operate on a date
cge_headers A utility class to manipulate HTML headers
notification_message A base class notification message object. This is used to convey information that can be formatted and sent out via various channels
cge_smartcache_handler A class to aide in caching data in a key value mechanism.
AssocDataNode A node containing associative data.
AssocData A class to manage associative data. Particularly useful for storing data for which there are up to 3 hierarchical keys in the database and retrieving that data at a later date. This class automatically serializes and de-serializes complex types such as arrays or objects.
cge_message A simple class for storing and retrieving data between requests.
encrypted_store A utility class for caching encrypted information.
cg_db_exception A class to indicate a database query error.
cg_sql_error A class to indicate a database query error.
cg_InvalidDataException An exception indicating that invalid data was passed to a class, method, or action.
cg_notfoundException An exception indicating that a desired item was not found.
cge_session A simple class for storing, and retrieving data from the session.
cge_date_utils A set of convenience methods to work with dates and times
cge_array Utility methods to deal with arrays.