PHP Classes

File: modules/system/console/scaffold/model/columns.stub

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/console/scaffold/model/columns.stub   Download  
File: modules/system/console/scaffold/model/columns.stub
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 7 months ago
Size: 531 bytes
 

Contents

Class file image Download
# =================================== # List Column Definitions # =================================== columns: id: label: '{{ plugin_id }}::lang.models.general.id' searchable: true created_at: label: '{{ plugin_id }}::lang.models.general.created_at' type: datetime searchable: true sortable: true invisible: true updated_at: label: '{{ plugin_id }}::lang.models.general.updated_at' type: datetime searchable: true sortable: true