class InvoiceTemplate extends xelos_model

Properties

EventplannerController $mod
protected $table_auto_properties
protected $table_name
protected $properties
$GLOBALS
int $id
string $title

: stored in MySQL as varchar

string $pdf_template

: stored in MySQL as text

string $mail_template

: stored in MySQL as text

string $mail_subject_template:

stored in MySQL as varchar

bool $mail_use_theme

: stored in MySQL as tinyint

string $on_account_text

: stored in MySQL as text

int $created_at

: stored in MySQL as timestamp

int $updated_at

: stored in MySQL as timestamp

Methods

find_by_id(mixed $id, mixed $query_params)

No description

init($auto_load = true)

No description

Details

at line 22
InvoiceTemplate find_by_id(mixed $id, mixed $query_params)

No description

Parameters

mixed $id
mixed $query_params

Return Value

InvoiceTemplate

at line 32
init($auto_load = true)

No description

Parameters

$auto_load