This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
chuck
/
cuspsr
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
29382e31dd
Atzari
Tagi
master
cuspsr
/
App
/
Controller
/
Home
/
Index.php
Index.php
114 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
<?php
namespace App\Controller\Home;
class Index{
static function test(){
echo 'hello chuck';
}
}