Classes and interfaces
FrozenObject¶
Frozen Object Exception
« More »
InvalidContentType¶
Invalid content exception, thrown when type conversion is not possible.
« 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_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_UpdatedAt¶
UpdatedAt observer.
« More »
Observer_Validation¶
Observer class to validate the properties of the model before save.
« 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 »
ValidationFailed¶
Exception to throw when validation failed
« More »