php - How to deploy same functionality, with different data source with symfony2? -


i have software product deploy arbitrary number of times, same functionality, different data sources. able instantiate each automatically, running script.

i using symfony2, , thinking using environments. work? there better way this?

it definetly possible , there many ways can it. depends how getting data.

for instance if using files can user parameters specify location of file. http://symfony.com/doc/current/components/dependency_injection/parameters.html


Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -