Accessing object and class objects in PHP

It is possible to access class and object’s methods in PHP. In order to do so double colon signs or double colons can be used. Difference between two is that the first one can be used on class without instancing it, second one is used by the instance of a class.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator