This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
jjhc
/
train
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
67edaff4ee
Ramuri
Etichete
master
train
/
vendor
/
thinkphp
/
library
/
think
/
console
/
command
/
make
/
stubs
/
model.stub
model.stub
96 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
<?php
namespace {%namespace%};
use think\Model;
class {%className%} extends Model
{
//
}