1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Object-Oriented PHP: Autoloading, Serializing, and Querying Objects

Discussion in 'Design & Development' started by Samuel, Jan 9, 2012.

  1. Samuel

    Samuel
    Expand Collapse
    Admin

    Joined:
    Dec 20, 2011
    Messages:
    5,576
    Likes Received:
    71
    Published in PHP Objects

    [​IMG]

    Welcome to our fourth object-oriented PHP tutorial!

    In this tutorial, you're going to tie up some loose ends and look at some other useful OOP-related features of PHP. You'll find out how to load classes automatically on demand; convert objects to strings (and back again); and use special PHP functions for discovering useful information about classes and objects.[​IMG]

    Continue reading...
     

Share This Page