POSTS
Some “basuritas”: PHP, list() and objects
By Carlos Buenosvinos
- 1 minutes read - 56 wordsI was just playing around with the Symfony Expression Language Component. Suddenly, I started to play with list() and some objects and this example came up. You can use list() and $this for assigning fields. I would not recommend it, but it just funny.
The interesting thing is the line 34. The output:
That’s it. Happy Friday.