PntError Exceptions of this class may be thrown by framework methods to signal and describe an . PntErrors may be nested to describe errors that are cuased by other errors.
PntErrorException ErrorEception thrown by the ErrorHandler in case of a fatal error. Cought by actions to rollback database transactions.
PntErrorHandler Objects of this class log and handle errors using php's set_error_handler function and exceptions using php's set_exception_handler function. The error handler is instantiated and cofigured in the . If the host name equals the value of the developmenthost member variable the error handler will produce a walkback instead of redirecting to the .
PntGen utility class with general functions. Also defines some basic functions (non-OO) whose implementation depends on the php version or only exist in certain PHP versions.
PntIdentifiedOption Abstract superclass for identiefied options. Identified options are that are used to populate selection lists. Selection lists can also be populated by defining an options getter on the class, see How to define options for a property.
PntIndex Sort of an associative array that can hold multiple values under a single key.
PntObject General [whatis:Peanut] superclass. classes must extend this class in order for the default user interface to work. Most domain model classes however will extend PntDbObject so that they are mapped to the database.
PntValueValidator A Validator is an object that checks a value against its constraint settings and returns an error message the value does not meet the criteria.
PntObjectTemplate This file serves as a template for creating new subclasses of PntObject.
Function files
Not classes but collections of utility functions.
- depricatedFunctions defines the functions formelry defined in generalFunctions and php5Functions that are depricated in version 2.0.
|
User Contributed Notes