Inspired from Doctrine Sublime Snippets
Doctrine ORM Snippet Package for Sublime Text 3
##Useage
- de - generates Doctrine Entity
- dp - generates Doctrine Property
- dpk - generates Doctrine Primary Key
- da - generates Doctrine Association
##Already implemented
###Property
- Array
- Boolean
- Date
- DateTime
- Decimal
- Integer
- String
- Text
- Time
###Association
- One to One Unidirectional
- One to One Bidirectional map
- One to One Bidirectional inverse
- One to One Self
- One to Many
- Many to One