Classes and interfaces

BelongsTo

« More »

FrozenObject

Frozen Object Exception

« More »

HasMany

« More »

HasOne

« More »

InvalidContentType

Invalid content exception, thrown when type conversion is not possible.

« More »

ManyMany

« More »

Model

« More »

Model_Nestedset

Implements NestedSets (http://en.wikipedia.org/wiki/Nested_set_model)

« More »

Model_Soft

Defines a model that can be "soft" deleted.

« More »

Model_Temporal

Allows revisions of database entries to be kept when updates are made.

« More »

Observer

Observer base class

« More »

Observer_CreatedAt

CreatedAt observer.

« More »

Observer_Self

Dummy observer class, which allows you to define observer methods in the model itself.

« More »

Observer_Slug

Observer class to generate SEO friendly slugs from a model property (usually something like a title)

« More »

Observer_Typing

Typing observer.

« More »

Observer_UpdatedAt

UpdatedAt observer.

« More »

Observer_Validation

Observer class to validate the properties of the model before save.

« More »

Query

ORM query object.

« More »

Query_Soft

Overrides the default Query object to allow for custom soft delete filtering on queries.

« More »

Query_Temporal

Adds temporal properties to the query object to allow for correct relation filtering on joins.

« More »

RecordNotFound

Record Not Found Exception

« More »

Relation

« More »

RelationNotSoft

« More »

ValidationFailed

Exception to throw when validation failed

« More »