ICanBoogie/ActiveRecord master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • ActiveRecord
      • Driver

Classes

  • ActiveRecordCacheBase
  • BelongsToRelation
  • Connection
  • ConnectionCollection
  • ConnectionOptions
  • DateTimePropertySupport
  • HasManyRelation
  • Helpers
  • Model
  • ModelCollection
  • Query
  • Relation
  • RelationCollection
  • RelationNotDefined
  • RuntimeActiveRecordCache
  • Schema
  • SchemaColumn
  • Statement
  • Table

Interfaces

  • ActiveRecordCache
  • Driver
  • Exception

Traits

  • CreatedAtProperty
  • DateProperty
  • DateTimeProperty
  • FinishAtProperty
  • FinishedAtProperty
  • StartAtProperty
  • StartedAtProperty
  • UpdatedAtProperty

Exceptions

  • ActiveRecordClassNotValid
  • ConnectionAlreadyEstablished
  • ConnectionNotDefined
  • ConnectionNotEstablished
  • DriverNotDefined
  • ModelAlreadyInstantiated
  • ModelNotDefined
  • RecordNotFound
  • ScopeNotDefined
  • StatementInvocationFailed
  • StatementNotValid
  • UnableToSetFetchMode

Functions

  • extract_charset_and_collate
  • get_model

Interface Exception

The interface is implemented by ActiveRecord exceptions so that they can be easily recognized.

Direct known implementers

ICanBoogie\ActiveRecord\ActiveRecordClassNotValid, ICanBoogie\ActiveRecord\ConnectionAlreadyEstablished, ICanBoogie\ActiveRecord\StatementInvocationFailed, ICanBoogie\ActiveRecord\StatementNotValid, ICanBoogie\ActiveRecord\UnableToSetFetchMode, ICanBoogie\ActiveRecord\ConnectionNotDefined, ICanBoogie\ActiveRecord\ConnectionNotEstablished, ICanBoogie\ActiveRecord\DriverNotDefined, ICanBoogie\ActiveRecord\ModelAlreadyInstantiated, ICanBoogie\ActiveRecord\ModelNotDefined, ICanBoogie\ActiveRecord\RecordNotFound, ICanBoogie\ActiveRecord\RelationNotDefined, ICanBoogie\ActiveRecord\ScopeNotDefined

Namespace: ICanBoogie\ActiveRecord
Located at ActiveRecord/Exception.php
ICanBoogie/ActiveRecord master API documentation generated by ApiGen