esports / nette-doctrine
There is no license information available for the latest version (0.3.1) of this package.
Nette doctrine integration
0.3.1
2017-02-22 09:10 UTC
Requires
- php: >=5.6
- doctrine/orm: ~2.5
- nette/di: ~2.3
- nette/utils: ~2.3
Requires (Dev)
- nette/tester: *
This package is not auto-updated.
Last update: 2024-11-09 19:21:28 UTC
README
Rozšíření pro integraci Doctrine ORM do Nette Framework
Konfigurace
Registrace rozšíření
extensions:
doctrine: Esports\Doctrine\OrmExtension
Nastavení parametrů
doctrine:
user: username
password: somepassword
dbname: databasename
metadata:
NamespaceName:
DriverName:
- PathToDomainObjects
- AnotherPathToDomainObjects
SecondNamespaceName:
DriverName:
- PathToDomainObjects
Jako parametr DriverName je možné využít parametry:
- annotation (pro čtení anotací z doménového objektu)
- xml
- yml
- yaml
- db
- static