This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
shangshang
/
mingde-bd
forkattu lähteestä
huangzhidong/mingde-bd
Tarkkaile
0
Äänestä
0
Fork
0
Tiedostot
Puu:
b6721b0ee8
Branchit
Tagit
master
mingde-bd
/
thinkphp
/
library
/
think
/
console
/
command
/
make
/
stubs
/
model.stub
model.stub
96 B
Historia
Raaka
1
2
3
4
5
6
7
8
9
10
<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}