This class maps the site_user table.
More...
Inherits DataItem.
This class maps the site_user table.
Definition at line 42 of file site_user.inc.
◆ getFullName()
SiteUser::getFullName |
( |
| ) |
|
Definition at line 71 of file site_user.inc.
73 return $this->format(
"{first_name} {last_name}");
◆ SiteUser()
Definition at line 61 of file site_user.inc.
63 $this->primary_key =
"user_id";
64 $this->table =
"site_user";
66 $this->default_format =
"{first_name} {last_name}";
68 $this->DataItem(func_get_args());
◆ $fields
Initial value:= array("user_id" => Number,
"first_name" => String,
"last_name" => String,
"role" => String,
"title" => String,
"username" => String,
"password" => Password,
"email" => String,
"active" => Boolean,
"notes" => Text,
"language" => String,
"composite_class" => String)
Definition at line 46 of file site_user.inc.
The documentation for this class was generated from the following file:
- C:/code/cms.sonjara.com/cms/components/user/datamodel/site_user.inc