This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
chuck
/
cuspsr
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
577ab8eb11
Větve
Značky
master
cuspsr
/
App
/
Controller
/
Home
/
Index.php
Index.php
114 B
Historie
Surový
1
2
3
4
5
6
7
8
<?php
namespace App\Controller\Home;
class Index{
static function test(){
echo 'hello chuck';
}
}