When should I use 'self' over '$this'?
Asked 07 September, 2021
Viewed 1.3K times
  • 55
Votes

In PHP 5, what is the difference between using self and $this?

When is each appropriate?

23 Answer