All Questions
Tagged with symfony web-applications
3 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 ...
1
vote
1
answer
1k
views
PHP OOP - Getters / setters vs. database storing
Problem
I am trying to optimize the architecture of my web-application developed in PHP using the Symfony framework.
I have an object "pool" that contains "swimmers". I need to display the number of ...
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 ...