This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
huwhois
/
blog_tp6
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
a32e835700
Rami (Branch)
Tag
master
single
blog_tp6
/
app
/
model
/
Search.php
Search.php
103 B
Cronologia
Originale
1
2
3
4
5
6
7
<?php
namespace app\model;
class Enewssearch extends \think\Model
{
protected $pk = 'searchid';
}