Overview

Namespaces

  • Alpha
    • Controller
      • Front
    • Exception
    • Model
      • Type
    • Task
    • Util
      • Backup
      • Cache
      • Code
        • Highlight
        • Metric
      • Config
      • Convertor
      • Email
      • Extension
      • Feed
      • File
      • Graph
      • Helper
      • Http
        • Filter
        • Session
      • Image
      • Logging
      • Search
      • Security
    • View
      • Renderer
        • Html
        • Json
      • Widget

Classes

  • ActionLog
  • ActiveRecord
  • ActiveRecordProviderFactory
  • ActiveRecordProviderMySQL
  • ActiveRecordProviderSQLite
  • Article
  • ArticleComment
  • ArticleVote
  • BadRequest
  • BlacklistedClient
  • BlacklistedIP
  • Person
  • Rights
  • Tag

Interfaces

  • ActiveRecordProviderInterface
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Alpha\Model

Namespaces summary
Alpha\Model\Type
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.
Interfaces summary
ActiveRecordProviderInterface An interface that defines all of the active record methods that should be included in a provider that implements this interface.
Alpha Framework 2.0.4 API Documentation API documentation generated by ApiGen 2.8.0