This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
php_group
/
watercat_website
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Branch:
master
Branchit
Tagit
master
watercat_web...
/
app
/
demo
/
command.php
command.php
100 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
<?php
return [
// 指令名 =》完整的类名
'demo:hello' => 'app\demo\command\Hello'
];