Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
volkan committed Oct 10, 2012
1 parent bab7fb8 commit 0e0d0a5
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,6 @@ return array(

You can add more connections by adding additional keys to the `connection` and specifying your parameters.

#### How to Register Custom DQL Functions

```php
return array(
'doctrine' => array(
'configuration' => array(
'orm_default' => array(
'numeric_functions' => array(
'ROUND' => 'path\to\my\query\round'
)
)
),
),
)
```
#### Full configuration options

An exhaustive list of configuration options can be found directly in the Options classes of each module.
Expand Down

0 comments on commit 0e0d0a5

Please sign in to comment.