Saturday, November 6, 2010

Object Oriented PHP (OOP)--Video tutorial



Part
1
part
2
part3 part 4 part5 part6 part
7

1 comment:

  1. Declaring class properties or methods as static makes them accessible without needing an instantiation of the class. A property declared as static can not be accessed with an instantiated class object (though a static method can).

    ReplyDelete