ICanBoogie/ActiveRecord v2.2.0
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • ActiveRecord

Classes

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

Interfaces

  • ActiveRecordCache
  • Exception

Traits

  • CreatedAtProperty
  • DateTimeProperty
  • UpdatedAtProperty

Exceptions

  • ActiveRecordClassNotValid
  • ConnectionAlreadyEstablished
  • ConnectionNotDefined
  • ConnectionNotEstablished
  • ModelAlreadyInstantiated
  • ModelNotDefined
  • RecordNotFound
  • ScopeNotDefined
  • 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 ActiveRecordCacheBase.php

Methods summary

public
# __construct( ICanBoogie\ActiveRecord\Model $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 v2.2.0 API documentation generated by ApiGen