This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
wufeng
/
fivechang
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
dev_wf
master
version1.5
fivechang
/
application
/
Home
/
controller
/
Index.php
Index.php
114 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
11
12
<?php
namespace app\Home\controller;
use think\Db;
class Index
{
public function index()
{
}
}