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

Trait DateTimeProperty

Implements a datetime property.

Namespace: ICanBoogie\ActiveRecord
Located at DateTimeProperty.php

Methods summary

protected ICanBoogie\DateTime
# get_datetime( )

Returns the date and time at which the record was created.

Returns the date and time at which the record was created.

Returns

ICanBoogie\DateTime
protected
# set_datetime( mixed $datetime )

Sets the date and time at which the record was created.

Sets the date and time at which the record was created.

Parameters

$datetime
ICanBoogie/ActiveRecord v2.2.0 API documentation generated by ApiGen