issues
search
tipsyphp
/
tipsy
An MVW PHP micro framework
http://tipsy.la
MIT License
60
stars
10
forks
source link
expose class methods as static and object for strict standards
#23
Open
spacedevin
opened
9 years ago
spacedevin
commented
9 years ago
rename class methods to be prefixed with _
methods called will trigger
__call
or
__callStatic
instantiate and attach
$this->tipsy(Tipsy::app())
if static
reflect the functions appropriately
ref #22
__call
or__callStatic
$this->tipsy(Tipsy::app())
if staticref #22