2017 © Pedro Peláez
 

symfony-bundle doctine-prefixr-bundle

Symfony DoctrinePrefixrBundle

image

chellem/doctine-prefixr-bundle

Symfony DoctrinePrefixrBundle

  • Thursday, August 3, 2017
  • by Chellem
  • Repository
  • 2 Watchers
  • 0 Stars
  • 272 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

DoctrinePrefixrBundle

Build Status Scrutinizer Code Quality SensioLabsInsight, (*1)

What is does ?

This bundle add "prefix" to table, configured from the Bundle the entities is found., (*2)

For example, entities in AcmeDemo can have the prefix acme_demo and AcmeLogin might have acme_login, (*3)

Installation

using Composer:, (*4)

{
    "require": {
        "chellem/doctine-prefixr-bundle": "dev-master"
    }
}

CONFIGURATION

Register the bundle:, (*5)

<?php
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new DoctrinePrefixr\Bundle\DoctrinePrefixrBundle\DoctrinePrefixrBundle(),
    );
    // ...
}

Configuration in your config.yml:, (*6)

# app/config/config.yml
doctrine_prefixr:
    prefixes:
        # no need to add 'Bundle' to the Bundle name
        AcmeDemo: acme_demo
        AcmeLogin: acme_login
        MyCustom: my_custom

The Versions

03/08 2017

dev-master

9999999-dev

Symfony DoctrinePrefixrBundle

  Sources   Download

GPL-1.0+

The Requires

 

by Dickriven Chellemboyee

doctrine prefix

12/08 2015

v1.0

1.0.0.0

Symfony DoctrinePrefixrBundle

  Sources   Download

GPL-1.0+

The Requires

 

by Dickriven Chellemboyee

doctrine prefix

20/04 2014

0.1.0.x-dev

0.1.0.9999999-dev

Symfony DoctrinePrefixrBundle

  Sources   Download

GPL-1.0+

The Requires

 

by Dickriven Chellemboyee

doctrine prefix