8000 GitHub - cizar/doctrine_extensions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cizar/doctrine_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

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

No packages published

Languages

0