1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/en/getting-started.txt

7 lines
286 B
Plaintext

++ Requirements
Doctrine requires PHP >= 5.2. it doesn't require any external libraries. For database function call abstraction Doctrine uses PDO which is bundled with php by default.
++ Installation
++ Starting new project
++ Working with existing databases
++ Exporting classes