-
Notifications
You must be signed in to change notification settings - Fork 0
cizar/doctrine_extensions
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Usage:
<?php
// The bootstrap...
Doctrine_Core::setExtensionsPath('/path/to/doctrine_extensions');
Doctrine_Manager::getInstance()
->registerExtension('HasFile');
?>
# schema.yml
Product:
columns:
name: string(255)
price: decimal(10)
actAs:
HasFile: ~
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published