Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Settings_model
PHP Class Settings_model, TastyIgniter
Inheritance:
extends
CI_Model
Show file
Open project: tastyigniter/tastyigniter
Class Usage Examples
Public Methods
Method
Description
addSetting
(
$sort
,
$item
,
$value
,
$serialized
= '0' )
deleteSettings
(
$sort
,
$item
)
getAll
( )
updateSettings
(
$sort
,
$update
= [],
$flush
= FALSE )
Method Details
addSetting()
public
method
public
addSetting
(
$sort
,
$item
,
$value
,
$serialized
= '0' )
deleteSettings()
public
method
public
deleteSettings
(
$sort
,
$item
)
getAll()
public
method
public
getAll
( )
updateSettings()
public
method
public
updateSettings
(
$sort
,
$update
= [],
$flush
= FALSE )