bonjour
c'est orienté objet
'In PHP, the keyword “$this” is used as a self reference of a class and you can use it for calling and using these properties and methods as shown in the example bellow'
ex : http://query7.com/using-this-in-php
http://www.killerphp.com/tutorials/object-oriented-php/
tu appeles des methodes ou des variables d'une class
->dans cette class
a++

Bonne programmation !