Topic
extends Model
in package
uses
Sortable, HasFactory
Topic Model
This model manages topics and subject classifications for the CICMS system. It stores topic names, aliases, and relationships for organizing content by subject matter and themes.
Table of Contents
Properties
- $fillable : array<string|int, string>
- The attributes that are mass assignable.
Methods
- __construct() : void
- Create a new Topic model instance.
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, string>
$fillable
= ['topic_name', 'topic_alias', 'created_by', 'updated_by', 'created_at', 'updated_at']
Methods
__construct()
Create a new Topic model instance.
public
__construct() : void
Sets the table name from configuration constants.