propelorm/Propel2

View on GitHub
templates/Builder/Om/tableMapLoaderScript.php

Summary

Maintainability
A
0 mins
Test Coverage
<?= '<?php'?>

$serviceContainer = \Propel\Runtime\Propel::getServiceContainer();
$serviceContainer->initDatabaseMapFromDumps(<?= var_export($databaseNameToTableMapDumps, true) ?>);