avanzu/sf-doctrine-prefix-bundle

Applies table prefixes to doctrine tables

dev-master 2014-04-12 09:28 UTC

This package is not auto-updated.

Last update: 2024-04-22 13:14:19 UTC


README

Prepends configurable table prefixes to entity table names.

install via composer

	"require": {
		"avanzu/sf-doctrine-prefix-bundle": "dev-master"
	}
	

configure prefix

	# app/config/config.yml
	
	avanzu_doctrine_prefix:
		prefix: my_table_prefix # defaults to empty string