Classes summary
| ActionLog |
An action carried out be a person using the system can be logged using this
class. Best to call via Logger::action() method rather than directly here. |
| ActiveRecord |
Base active record class definition providing database storage via the
configured provider. |
| ActiveRecordProviderFactory |
A factory for creating active record provider implementations that implement the
ActiveRecordProviderInterface interface. |
| ActiveRecordProviderMySQL |
MySQL active record provider (uses the MySQLi native API in PHP). |
| ActiveRecordProviderSQLite |
SQLite active record provider (uses the SQLite3 native API in PHP). |
| Article |
An article class for the CMS. |
| ArticleComment |
An article comment class for user comments. |
| ArticleVote |
An article vote class for user ratings. |
| BadRequest |
A HTTP request that resulted in a 400 response. The class is only used when the
security.client.temp.blacklist.filter.enabled setting is set to true to enable
the filter. |
| BlacklistedClient |
A HTTP client that is blacklisted from accessing this application. |
| BlacklistedIP |
An IP address that is blacklisted from accessing this application. |
| Person |
The main person/user class for the framework. |
| Rights |
The group level rights object for the application permissions. |
| Tag |
The tag class used in tag clouds and search. |