Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bunge committed Jun 23, 2016
1 parent 652731f commit 27a4148
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ It is recommended to use accessors (getters) and mutators (setters) for properti
#### Provider

The provider is a link between independent data entity and data access. The provider is also able to hydrate data to
entity object and extract data from entity object
entity object and extract data from entity object.

#### Definition

Expand Down Expand Up @@ -430,7 +430,8 @@ $query->getEmitter()->addListener('result.select', function (QueryResultEvent $e

### Entities

Entity classes are independent of Blast ORM.
Entity classes are independent of Blast ORM. Entity fields are translated to underscore for database field mapping.
Database fields are translated to camelcase for entity field mapping.

```php
<?php
Expand Down

0 comments on commit 27a4148

Please sign in to comment.