Inherits DataItem.
|
static | setDefaultMergeCode ($name, $map, $class_name, $description="") |
| Create a default merge codes for emails that are sent through Fakoli components (e.g., blog_title) More...
|
|
Definition at line 39 of file merge_code.inc.
◆ MergeCode()
Definition at line 77 of file merge_code.inc.
79 $this->table =
"merge_code";
80 $this->primary_key =
"merge_code_id";
82 $this->DataItem(func_get_args());
◆ setDefaultMergeCode()
static MergeCode::setDefaultMergeCode |
( |
|
$name, |
|
|
|
$map, |
|
|
|
$class_name, |
|
|
|
$description = "" |
|
) |
| |
|
static |
Create a default merge codes for emails that are sent through Fakoli components (e.g., blog_title)
- Parameters
-
string | $name | |
string | $map | |
string | $class_name | |
string | $description | |
Definition at line 58 of file merge_code.inc.
◆ $fields
Initial value:= array(
"class_name" => String,
"merge_code_id" => Number,
"name" => String,
"description" => Text,
"map" => String
)
Definition at line 41 of file merge_code.inc.
The documentation for this class was generated from the following file: