Entries for tag: magic

  • The Magic __set_state Method (Peter Lavin, 2006-07-21)
    It is fairly self-evident how to use most of the magic methods of PHP 5. However, it is not quite so apparent how to use the __set_state method introduced in PHP 5.1. In this article, Peter lavin delves into this elusive magic method to show you how to use this gem in some really 'classy' object oriented PHP.
    Other tags: art   php5