Call superclass method in object oriented PHP application

You can call parent methods using :: operator, as in example below:parent::init( 'aaa' );This situation works also, when dealing with static methods.

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP