PageRenderTime 27ms CodeModel.GetById 20ms app.highlight 6ms RepoModel.GetById 0ms app.codeStats 0ms

/#/actions/category/class.category.php

https://bitbucket.org/nemo_xiaolan/muyou
PHP | 11 lines | 4 code | 4 blank | 3 comment | 0 complexity | 9e136c5383dbea6f97f5123785a822d5 MD5 | raw file
 1<?php
 2
 3/**
 4 * @author Nemo <nemo.xiaolan@gmail.com>
 5 */
 6
 7class Category extends BaseModel {
 8    
 9    public $table = "blog_categories";
10    
11}