Inheritance in PHP

Inheritance (extending classes) is realised in PHP with extends keyword:class albumController extends MfStandardController {Now, object of class albumController will be of type albumController, but also of type MfStandardController, because MfStandardController is a parent of this class

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