Skip to content

entorick/php_entorick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php_entorick

常用库

建议可以在[PHP path]/lib/php/ 下建立软连接
例如:cd [PHP path]/lib/php/ && ln -s ~/git/php_entorick/ library

使用时,只要require_once('library/init.php')就可以了

lib下是常用库,命名方式是
类名:文件夹_类名
eg. lib/Util/Conf.php 类名:Util_Conf