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

  • Boolean
  • Date
  • DEnum
  • DEnumItem
  • Double
  • Enum
  • Integer
  • Relation
  • RelationLookup
  • Sequence
  • String
  • Text
  • Timestamp
  • Type

Interfaces

  • TypeInterface
  • Overview
  • Namespace
  • Class
  • Tree

Namespace Alpha\Model\Type

Classes summary
Boolean The Boolean complex data type.
Date The Date complex data type.
DEnum The DEnum (Dynamic Enum) complex data type. Similiar to Enum, except list items are stored in a database table and are editable.
DEnumItem The DEnumItem (Dynamic Enum Item) complex data type. Has a one-to-many relationship with the DEnum type.
Double The Double complex data type.
Enum The Enum complex data type.
Integer The Integer complex data type.
Relation The Relation complex data type.
RelationLookup The RelationLookup complex data type. Used to store object2object lookup tables for MANY-TO-MANY relationships between record objects.
Sequence A custom sequence datatype, which is stored as a string and is made up of a string prefix and an integer sequence, which is stored in a database.
String The String complex data type.
Text The Text complex data type.
Timestamp The Timestamp complex data type.
Type The base (abstract) complex data type.
Interfaces summary
TypeInterface The interface for all complex data types.
Alpha Framework 2.0.4 API Documentation API documentation generated by ApiGen 2.8.0