API Reference
- Authn_Backend_DB
Implementation for database backend.
- Authn_Backend_LDAP
- Authn_Identity_DB
Implementation of Authn_Identity for Authn_Backend_DB .
- Authn_Identity_LDAP
Implementation of Authn_Identity for Authn_Backend_LDAP.
- Authn_Realm
Static singleton authentication realm.
- Authn_Session_Cache
Use a cache engine to store tracked identities.
- Authn_Session_Instance
Track identity inside the instance of this object.
- Authn_Session_Native
Use native php sessions to track identity.
- Authz
Static authorization realm.
- Authz_ACE
Access Control Entry.
- Authz_ACL
Implementation of an Access Control List.
- Authz_Resource
Representation of resource.
- Authz_ResourceClass
Representation of resource class.
- Authz_ResourceList
A containers for resources.
- Authz_Role_Database
Implementation of Authz_Role for Authz_Role_FeederDatabase.
- Authz_Role_FeederDatabase
Implementation of Database Role Feeder.
- Authz_Role_FeederInstance
A role feeder with life-cycle of object instance.
- Authz_Role_Instance
Implementation of Authz_Role for Authz_Role_FeederInstance.
- Browser
Browser helper class.
- Cache
Abstract interface for caching engines.
- Cache_Apc
Implementation for APC cache engine.
- Cache_File
Implementation for filesystem caching.
- Cache_Memcached
Implementation using PECL/Memcached interface.
- Cache_Sqlite
Implementation for SQLite caching.
- ClassLoader
Simple class loader compatible to PSR-0.
- DB_Conn
Interact with the connection to database.
- DB_Model
- DB_ModelQuery
Execute SQL queries on models.
- DB_ModelQueryCache
- DB_Record
Class implementating Record concept.
- DB_Record_RelationshipBridge
Object handling collection from N-to-M relationship.
- DB_Record_RelationshipMany
Object handling collection from 1-to-M relationship.
- Event
The event object transmitted by EventDispatcher.
- EventDispatcher
Dispatch events to their listeners.
- Image
Image manipulation and conversion.
- IntraSessionSingleton
ABC of the intra-session 'Singleton' design pattern.
- Net_HTTP_Cookie
Manage http cookies.
- Net_HTTP_Request
Manage the native HTTP request.
- Net_HTTP_RequestParam
- Net_HTTP_Response
Manage the native HTTP response.
- NotConnectedException
An operation was done without an established connection.
- Output_DateFormat
Date textual formater class.
- Output_HTMLDoc
HTML Document constructor.
- Output_HTMLTag
Simple DOM representation interface.
- Output_HTML_Form
An abstract web form constructor.
- Output_HTML_Grid
Create an interactive grid of data.
- Profile
Simple profiling suite.
- Registry
A registry of entries through application life cycle.
- Stupid
A simple expert system processor.
- Stupid_Condition
Base class for condition evaluators of Stupid system.
- Stupid_Condition_Authentication
Implementation of auth Stupid_Condition.
- Stupid_Condition_Authorization
Implementation of auth Stupid_Condition.
- Stupid_Condition_Func
Implementation of func Stupid_Condition.
- Stupid_Condition_UrlParams
Implementation of url_params Stupid_Condition.
- Stupid_Condition_UrlPath
Implementation of url_path Stupid_Condition.