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
Post a Comment