November 2008
PHP 5.3 : LSB : Late Static Binding - Pascal MARTIN (n 1).zéro
by kasi77PHP 5.3 introduit la notion "Late Static Binding" : tout ce qui est "statique" peut désormais être lié à l’exécution, et non plus à la compilation !
August 2007
Late Static Bindings Explained
by Xavier LacotLate Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.
1
(2 marks)