Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Allow Db Ui On Post

Variable: $cfg['errorControl']['dbUi']['dbUiOnPost']

Effected class: errorControl global

Config type: errorControl

Type of data: integer

Platform: 2v

How to call: basic::$cfg['errorControl']['dbUi']['dbUiOnPost']

Description:
Sometimes after we post some info, we use the database and then the dbUi will be triggered, the code will be halted - Also can be expressed as: "Headers already sent" or "Cannot modify header information" error. With this config we can prevent it from happening.
Available options:
0 - Will be disabled on html post request.
1 - Will allow even on html post request.
example: 1
The default set of "dbUiOnPost".
How to set (example):
Code:
Info Panel
Roll it!   ⇔