This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
PH
/
heyu
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
heyu
/
ThinkPHP
/
Extend
/
Vendor
hrjy
36837e7e7d
commit
il y a 2 ans
..
SmartTemplate
36837e7e7d
commit
il y a 2 ans
Smarty
36837e7e7d
commit
il y a 2 ans
TemplateLite
36837e7e7d
commit
il y a 2 ans
Zend
36837e7e7d
commit
il y a 2 ans
phpRPC
36837e7e7d
commit
il y a 2 ans
readme.txt
36837e7e7d
commit
il y a 2 ans
readme.txt
第三方类库使用说明
第三方类库区别于系统扩展类库的地方就是无需遵循ThinkPHP的类库定义和文件规范。
使用第三方类库,需要在ThinkPHP系统目录下面创建Vendor目录,然后直接放入第三方类库。
导入第三方类库的方法:
// 假设在Vendor目录下面有一个Zend\Util\Array.php 类库文件
vendor('Zend.Util.Array');