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

Class ActiveRecordCacheBase

Abstract root class for an active records cache.

ICanBoogie\ActiveRecord\ActiveRecordCacheBase implements ICanBoogie\ActiveRecord\ActiveRecordCache

Direct known subclasses

ICanBoogie\ActiveRecord\RuntimeActiveRecordCache

Abstract
Namespace: ICanBoogie\ActiveRecord
Located at ActiveRecord/ActiveRecordCacheBase.php

Methods summary

public
# __construct( ICanBoogie\ActiveRecord\Model $model )

Parameters

$model

Methods inherited from ICanBoogie\ActiveRecord\ActiveRecordCache

clear(), eliminate(), retrieve(), store()

Properties summary

protected ICanBoogie\ActiveRecord\Model $model

Model using the cache.

Model using the cache.

#
ICanBoogie/ActiveRecord master API documentation generated by ApiGen