Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 456 Bytes

File metadata and controls

executable file
·
15 lines (11 loc) · 456 Bytes

Notes

####^Whatever i don't find having an actual place in ReadME but is good to know goes here :)^

###getting a blank screen ?

try editing Config.yml

like this:

Installed: false
What is the difference between new self and new static?

self refers to the same class in which the new keyword is actually written.

static, in PHP 5.3's late static bindings, refers to whatever class in the hierarchy you called the method on.