-
Notifications
You must be signed in to change notification settings - Fork 20
6.7 Module Configuration Info
Taufik Firmansyah edited this page Aug 26, 2015
·
4 revisions
Every module have they own configuration info .
###Initialize Pull configuration on spesific module name
$this->info = $this->model->makeInfo('modulename');
###Grid Configuraion Info Pull configuration for table grid
$grid = $this->info['grid'];
###Forms Configuraion Info Pull configuration for Forms
$grid = $this->info['forms'];
####Getting Started
####Setting Application
- Manage Translation
- Manage Social Network
- Manage Basic Info
- Manage Users and Groups
- Blast Emails
- Audit Trails / Log Activities
- Create New Page
- Working with PHP and MySQL on static page
- Create your own theme
- Embed form on your page
- Multilanguage Page content
- Shotcode
- How to disable your input form
- Nested select Dropdown
- [Change Date format] (https://github.com/mangopik/sximo5/wiki/5.3-Changing-Date-format)
- [Select with advance filder] (https://github.com/mangopik/sximo5/wiki/5.4-Select-with-advance-filter)
- Structure
- [Module Configuration Info] (https://github.com/mangopik/sximo5/wiki/6.7-Module-Configuration-Info)
- Formating Post Value before insert to database
- Default Sort and Order
- Entry By table field
- Add default filter Search
- Change view layout template to frontend
- Registering Helpers/Library
- [Notification System] (https://github.com/mangopik/sximo5/wiki/9.2-Notification-Function)