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
43
Commits
1
Branch
0
Tags
1.6 MiB
Tree:
0138a14c29
website
/
app
/
model
/
BlogModel.php
10 lines
98 B
Raw
Normal View
History
Unescape
Escape
Everywhere: Add initial cut of the blogging functionality
2 years ago
<?php
namespace App\Model;
class BlogModel extends Model {
protected $table = 'blog_post';
}