feat: init project codebase
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
class Package_model extends MY_Model
|
||||
{
|
||||
protected $table = 'package';
|
||||
protected $unique_field = 'name';
|
||||
protected $keyword_field = ['base.name'];
|
||||
}
|
||||
Reference in New Issue
Block a user