21han / php_learning

good reads of php and useful tips and self notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php_learning

good reads of php, useful tips and self notes

use constant inside a class when the constant is script dependent; otherwise, consider definition.
For command scripts, use set-up to import new options and avoid use `$this->` when having only a few functions. In addition, should avoid use print_r and use sprintf along with string format. 

More comprehensive Reading Lists

About

good reads of php and useful tips and self notes