2017 © Pedro Peláez
 

symfony-bundle tavvet-doctrine-prefix-bundle

Bundle for Symfony2/3 to add a prefix to tables and columns database

image

tavvet/tavvet-doctrine-prefix-bundle

Bundle for Symfony2/3 to add a prefix to tables and columns database

  • Thursday, April 5, 2018
  • by tavvet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,645 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 53 % Grown

The README.md

TavvetDoctrinePrefixBundle

Configuration example

You can configure prefixes and base naming strategy in app/config/config.yml, (*1)

doctrine:
    # ...
    orm:
        # ...
        naming_strategy: tavvet_doctrine_prefix.prefix_naming_strategy

tavvet_doctrine_prefix:
    table_prefix: t_ # default ''
    column_prefix: c__ # default ''
    naming_strategy: # base naming strategy
        type: doctrine.orm.naming_strategy.underscore # default - 'doctrine.orm.naming_strategy.underscore'
        arguments: [] # Constructor arguments for base naming strategy, default = []

The Versions

05/04 2018

dev-master

9999999-dev https://github.com/tavvet/TavvetDoctrinePrefixBundle

Bundle for Symfony2/3 to add a prefix to tables and columns database

  Sources   Download

MIT

The Requires

 

symfony2 bundle doctrine table symfony3 column prefix tavvet

05/04 2018

v0.1.9

0.1.9.0 https://github.com/tavvet/TavvetDoctrinePrefixBundle

Bundle for Symfony2/3 to add a prefix to tables and columns database

  Sources   Download

MIT

The Requires

 

symfony2 bundle doctrine table symfony3 column prefix tavvet

18/04 2017

v0.1.8

0.1.8.0 https://github.com/tavvet/TavvetDoctrinePrefixBundle

Bundle for Symfony2/3 to add a prefix to tables and columns database

  Sources   Download

MIT

The Requires

 

symfony2 bundle doctrine table symfony3 column prefix tavvet

27/07 2016

v0.1.7

0.1.7.0 https://github.com/tavvet/TavvetDoctrinePrefixBundle

Bundle for Symfony2/3 to add a prefix to tables and columns database

  Sources   Download

MIT

The Requires

 

symfony2 bundle doctrine table symfony3 column prefix tavvet