File tree
Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Expand file treeCollapse file tree1 file changed
+3
-3
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -208,9 +208,9 @@ Doctrine Configuration Reference
|
208 | 208 | <doctrine:metadata-cache-driver type="memcache" host="localhost" port="11211" instance-class="Memcache" class="Doctrine\Common\Cache\MemcacheCache" />
|
209 | 209 | <doctrine:mapping name="AcmeHelloBundle" />
|
210 | 210 | <doctrine:dql>
|
211 |
| -<doctrine:string-function name="test_string>Acme\HelloBundle\DQL\StringFunction</doctrine:string-function> |
212 |
| -<doctrine:numeric-function name="test_numeric>Acme\HelloBundle\DQL\NumericFunction</doctrine:numeric-function> |
213 |
| -<doctrine:datetime-function name="test_datetime>Acme\HelloBundle\DQL\DatetimeFunction</doctrine:datetime-function> |
| 211 | +<doctrine:string-function name="test_string">Acme\HelloBundle\DQL\StringFunction</doctrine:string-function> |
| 212 | +<doctrine:numeric-function name="test_numeric">Acme\HelloBundle\DQL\NumericFunction</doctrine:numeric-function> |
| 213 | +<doctrine:datetime-function name="test_datetime">Acme\HelloBundle\DQL\DatetimeFunction</doctrine:datetime-function> |
214 | 214 | </doctrine:dql>
|
215 | 215 | </doctrine:entity-manager>
|
216 | 216 | <doctrine:entity-manager name="em2" connection="conn2" metadata-cache-driver="apc">
|
|
You can’t perform that action at this time.
0 commit comments