first commit
This commit is contained in:
9
application/models/gallery_image.php
Normal file
9
application/models/gallery_image.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
class Gallery_Image_Model extends ORM
|
||||
{
|
||||
protected $table_names_plural = FALSE;
|
||||
protected $belongs_to = array('gallery');
|
||||
protected $sorting = array('id' => 'ASC');
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user