tflori/orm
just another orm...
Introduction
Configuration
Entity Definition
Working With Entities
Use Filters
Relation Definition
Working With Relations
Events and Observers
Use QueryBuilder
Validate Data
Bulk Inserts
Testing
API Reference
View the Project on GitHub
tflori/orm
Download
ZIP File
Download
TAR Ball
View On
GitHub
API Reference
ยป API Reference
ORM
ORM\BulkInsert
ORM\DbConfig
ORM\Entity
ORM\EntityFetcher
ORM\EntityManager
ORM\Event
ORM\Exception
ORM\Helper
ORM\MockTrait
ORM\Namer
ORM\ObserverInterface
ORM\Relation
ORM\Dbal
ORM\Dbal\Column
ORM\Dbal\Dbal
ORM\Dbal\Error
ORM\Dbal\Escaping
ORM\Dbal\Expression
ORM\Dbal\Mysql
ORM\Dbal\Other
ORM\Dbal\Pgsql
ORM\Dbal\Sqlite
ORM\Dbal\Table
ORM\Dbal\Type
ORM\Dbal\TypeInterface
ORM\Dbal\Error
ORM\Dbal\Error\InvalidJson
ORM\Dbal\Error\NoBoolean
ORM\Dbal\Error\NoDateTime
ORM\Dbal\Error\NoNumber
ORM\Dbal\Error\NoString
ORM\Dbal\Error\NotAllowed
ORM\Dbal\Error\NoTime
ORM\Dbal\Error\NotNullable
ORM\Dbal\Error\NotValid
ORM\Dbal\Error\TooLong
ORM\Dbal\Type
ORM\Dbal\Type\Boolean
ORM\Dbal\Type\DateTime
ORM\Dbal\Type\Enum
ORM\Dbal\Type\Json
ORM\Dbal\Type\Number
ORM\Dbal\Type\Set
ORM\Dbal\Type\Text
ORM\Dbal\Type\Time
ORM\Dbal\Type\VarChar
ORM\Entity
ORM\Entity\Booting
ORM\Entity\EventHandlers
ORM\Entity\GeneratesPrimaryKeys
ORM\Entity\Naming
ORM\Entity\Relations
ORM\Entity\Validation
ORM\EntityFetcher
ORM\EntityFetcher\AppliesFilters
ORM\EntityFetcher\CallableFilter
ORM\EntityFetcher\ExecutesQueries
ORM\EntityFetcher\FilterInterface
ORM\EntityFetcher\MakesJoins
ORM\EntityFetcher\TranslatesClasses
ORM\Event
ORM\Event\Changed
ORM\Event\Deleted
ORM\Event\Deleting
ORM\Event\Fetched
ORM\Event\Inserted
ORM\Event\Inserting
ORM\Event\Saved
ORM\Event\Saving
ORM\Event\Updated
ORM\Event\UpdateEvent
ORM\Event\Updating
ORM\Exception
ORM\Exception\IncompletePrimaryKey
ORM\Exception\InvalidArgument
ORM\Exception\InvalidConfiguration
ORM\Exception\InvalidName
ORM\Exception\InvalidRelation
ORM\Exception\InvalidType
ORM\Exception\NoConnection
ORM\Exception\NoEntity
ORM\Exception\NoEntityManager
ORM\Exception\NoOperator
ORM\Exception\NotJoined
ORM\Exception\NotScalar
ORM\Exception\UndefinedRelation
ORM\Exception\UnknownColumn
ORM\Exception\UnsupportedDriver
ORM\Observer
ORM\Observer\AbstractObserver
ORM\Observer\CallbackObserver
ORM\QueryBuilder
ORM\QueryBuilder\ExecutesQueries
ORM\QueryBuilder\HasWhereConditions
ORM\QueryBuilder\MakesJoins
ORM\QueryBuilder\Parenthesis
ORM\QueryBuilder\ParenthesisInterface
ORM\QueryBuilder\QueryBuilder
ORM\QueryBuilder\QueryBuilderInterface
ORM\Relation
ORM\Relation\HasOpponent
ORM\Relation\HasReference
ORM\Relation\ManyToMany
ORM\Relation\Morphed
ORM\Relation\OneToMany
ORM\Relation\OneToOne
ORM\Relation\Owner
ORM\Relation\ParentChildren
ORM\Testing
ORM\Testing\EntityFetcherMock
ORM\Testing\EntityManagerMock
ORM\Testing\MocksEntityManager
ORM\Testing\EntityFetcherMock
ORM\Testing\EntityFetcherMock\Result
ORM\Testing\EntityFetcherMock\ResultRepository