DISQUS

ElbertF Blog: PHP: How not to pollute the global scope

  • CoenJacobs · 9 months ago
    Thanks for pointing me to this, even before this article. It really helped me working out my framework more efficiently and still keep the overview in my classes.
  • Tim Cinel · 8 months ago
    Do you need to use the "&" operator to pass a reference? Objects are merely references anyway, right?
  • ElbertF · 8 months ago
    You're right, it's not necessary to pass objects by reference. I updated the post, thanks!