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
19
Commits
1
Branch
0
Tags
1.6 MiB
Tree:
f49f615238
website
/
app
/
model
/
UserModel.php
8 lines
91 B
Raw
Normal View
History
Unescape
Escape
Initial commit Couldnt keep the history unfortunately.
4 years ago
<?php
namespace App\Model;
class UserModel extends Model {
protected $table = 'user';
}