This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
919693957
/
Tools
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
0da18e92cc
Atzari
Tagi
master
Tools
/
application
/
index
/
controller
/
Font.php
Font.php
169 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
namespace app\index\controller;
class Font
{
public function lst()//主页
{
return view();
}
}