All Questions
2 questions
4
votes
0
answers
601
views
Symfony2 - Best aproach for a plugin system
Symfony2 is handling all its things in bundles in /app or in /vendor. This is fine if you are handling and managing all by yourself or Ops that handle all needed things.
But I haven't found a good ...
0
votes
2
answers
2k
views
How to implement multi-theme PHP application
I am developing an application which will handle many virtual stores and I would like to have many themes that the user could choose anytime. I would to know what's the main ideia to implement it. I ...