KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Bootstrap
★ 10
Open GitHub ↗
PHP 初始化自动加载类
Download README (.md)
Explore Similar Repositories
CSDN
:
论坛项目
multivariantviewer
:
A JBrowse plugin with a custom variant track for multi-VCF files and optionally plotting LD scores
switch-monitor
:
广东工业大学交换机监控
phalcon-restapi-rain
:
Phalcon Micro Rest Api Framework
sqlite-provider
:
SQLite3 provider for Vapor
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Bootstrap
?
Download (.md)
# Bootstrap PHP 初始化自动加载类 ## 使用 ```php require_once __DIR__ . '/../Bootstrap/Autoloader.php'; \Bootstrap\Autoloader::instance()->init(); ``` ## 测试 > 进入单元测试目录,并执行`php test.php`