This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
zxhx
/
xiaoben-as2-php
Xem
3
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu khéo về
0
Wiki
Tree:
02a9e7eff5
Branches
Tags
feature/jiucuo-set
li_huaweicloud
master
nc_test
testing
yhz_paper_parse
yhz_paper_paser_v1
xiaoben-as2-...
/
protected
/
components
/
ModelA.php
ModelA.php
94 B
Lịch sử
Raw
1
2
3
4
5
6
7
8
9
<?php
class ModelA{
public $conn;
function __construct(){
$this->conn = new Db();
}
}