PHP Classes

File: docs/overview/Init.md

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Framework   docs/overview/Init.md   Download  
File: docs/overview/Init.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: Dframe Framework
Modular MVC based PHP Web framework
Author: By
Last change: Update of docs/overview/Init.md
Date: 3 years ago
Size: 312 bytes
 

Contents

Class file image Download

Method Init();

Its a good method, it's simple

public function __construct()

but allways you must use ` parent::__construct()` so you Can use init! simple

public function init(){
    /
      * Your own __construct without parent::__construct()
      * Just like that !
      */
}