Localization Model
package |
Localization |
---|---|
subpackage |
Model |
__construct(boolean|integer|string|array $id = false, string $table = null, string $ds = null)
boolean|integer|string|array
Set this ID for this model on startup, can also be an array of options, see above.
string
Name of database table to use.
string
DataSource connection name.
clearAll() : boolean
boolean
export() : array
array
import(array $data) : boolean
array
boolean
useTable : array
var |
---|
array
useDbConfig : string
var |
---|
string
actsAs : array
var |
---|
array
recursive : integer
var |
---|
integer
Language : \Language
Localization language model
\Language
Message : \Message
Localization message model
\Message
MessageReference : \MessageReference
Localization message reference model
\MessageReference
Translation : \Translation
Localization translation model
\Translation