####^Whatever i don't find having an actual place in ReadME but is good to know goes here :)^
###getting a blank screen ?
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.