GalleryDetail
extends Model
in package
uses
Sortable, HasFactory
Gallery Detail Model
This model manages gallery information and metadata for the CICMS system. It stores gallery details, images, descriptions, SEO metadata, and configuration settings for image galleries and collections.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new GalleryDetail model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['gallery_name', 'gallery_alias', 'gallery_desc', 'sort_by', 'gallery_status', 'is_featured', 'gallery_image', 'total_views', 'meta_title', 'meta_description', 'meta_keywords', 'type', 'created_by', 'updated_by', 'created_at', 'updated_at']
Methods
__construct()
Create a new GalleryDetail model instance.
public
__construct() : void
Sets the table name from configuration constants.