This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zxhx
/
xiaoben-as2-php
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
74cd5f9a18
Dallar
Biçim İmleri
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
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
<?php
class ModelA{
public $conn;
function __construct(){
$this->conn = new Db();
}
}