Lecker home page
Search...
⌘K
Support
Dashboard
Dashboard
Search...
Navigation
Content Controller
Meta_Content
Documentation
Controllers
lecker
github
treat agency
MY Controller
Introduction
MY_Controller_Data
MY_Controller_Debug
MY_Controller_Lingual
MY_Controller_Modules
Lecker Controller
Introduction
Content Controller
Introduction
Article_Entity_Content
File_Content
Helper_Content
Image_Content
Item_Dev_Content
Lecker_Content
Meta_Content
Modules_Content
Noarticle_Entity_Content
Shop_Content
Tags_Content
Frontend Controller
Introduction
Data_Frontend
Detail_Load_Frontend
Format_Frontend
Forms Frontend
Helper_Frontend
Language Frontend
Module_Frontend
Pages_Frontend
User_Frontend
Backend Controller
Introduction
Helper_Backend
Repository Controller
Introduction
Shop Controller
Introduction
Authentication Controller
Introduction
User Controller
Introduction
On this page
Main Methods
main_menu()
sub_menu($id)
lp_settings()
languages()
colors()
Content Controller
Meta_Content
Trait for managing meta content and settings in a content management system
The
Meta_Content
trait provides functionality for managing various meta content and settings, including menus, landing page settings, languages, and colors.
Main Methods
main_menu()
Manages the main menu items of the website.
Key Features
CRUD operations for main menu items
Includes visibility settings and ordering
Links to sub-menu management
sub_menu($id)
Manages sub-menu items linked to a main menu item.
Parameters
id
integer
The ID of the parent main menu item
Key Features
CRUD operations for sub-menu items
Includes visibility settings and ordering
lp_settings()
Manages landing page settings.
Key Features
Controls intro text, top video, and marquee settings
Handles file uploads for marquee images
languages()
Manages language settings for the website.
Key Features
CRUD operations for language entries
Includes fields for name, short name, and ISO code
colors()
Manages color settings used throughout the website.
Key Features
CRUD operations for color entries
Includes a color picker for selecting hex values
Lecker_Content
Modules_Content
Assistant
Responses are generated using AI and may contain mistakes.