This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
chuck
/
cuspsr
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
29382e31dd
Ramuri
Etichete
master
cuspsr
/
App
/
Controller
/
Home
/
Index.php
Index.php
114 B
Istoric
Crud
1
2
3
4
5
6
7
8
<?php
namespace App\Controller\Home;
class Index{
static function test(){
echo 'hello chuck';
}
}