Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.57 KB

File metadata and controls

28 lines (24 loc) · 1.57 KB

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