All Questions
Tagged with symfony object-oriented
2 questions
0
votes
0
answers
95
views
object configured by another class
Below I describe what I'm trying to do and how I think I will do it. What I'm hoping is that a design pattern exists for using one object to configure another. This would allow me to have a nice ...
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 ...