This website works better with JavaScript.
Explore
Help
Sign In
riyyi
/
website
Watch
1
Star
0
Fork
You've already forked website
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Personal Website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26
Commits
1
Branch
0
Tags
797 KiB
PHP
90.1%
JavaScript
6.9%
CSS
1.4%
Hack
0.8%
Shell
0.7%
Tree:
2311c98257
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2311c98257'
${ noResults }
website
/
app
/
model
/
UserModel.php
7 lines
91 B
Raw
Blame
History
<
?
php
namespace
App\Model
;
class
UserModel
extends
Model
{
protected
$table
=
'user'
;
}
Reference in new issue
Copy Permalink