feat: init project codebase
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
/**
|
||||
* Variety class.
|
||||
*
|
||||
* @extends CI_Model
|
||||
*/
|
||||
class Variety_model extends MY_Model {
|
||||
|
||||
protected $table = 'variety';
|
||||
protected $keyword_field = ['base.name'];
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user