Class ReportDisplays

Description

Located in /model/ReportDisplays.php (line 28)

mysqli
   |
   --Queryi
      |
      --DBTable
         |
         --ReportDisplays
Method Summary
ReportDisplays __construct ()
void getAll ()
void getMatches ( $fields)
void getOne ( $page,  $position)
void insert_el ( $rec)
void update_el ( $rec)
void validate_el ( $rec,  $insert)
Variables

Inherited Variables

Inherited from mysqli (Internal Class)

$affected_rows
$client_info
$client_version
$connect_errno
$connect_error
$errno
$error
$error_list
$field_count
$host_info
$info
$insert_id
$protocol_version
$server_info
$server_version
$sqlstate
$stat
$thread_id
$warning_count
Methods
Constructor __construct (line 29)
  • access: public
ReportDisplays __construct ()

Redefinition of:
DBTable::__construct()
getAll (line 65)
void getAll ()

Redefinition of:
DBTable::getAll()
getMatches (line 69)
void getMatches ( $fields)
  • $fields

Redefinition of:
DBTable::getMatches()
getOne (line 58)
void getOne ( $page,  $position)
  • $page
  • $position

Redefinition of:
DBTable::getOne()
insert_el (line 73)
void insert_el ( $rec)
  • $rec

Redefinition of:
DBTable::insert_el()
update_el (line 78)
void update_el ( $rec)
  • $rec

Redefinition of:
DBTable::update_el()
validate_el (line 42)
void validate_el ( $rec,  $insert)
  • $rec
  • $insert

Redefinition of:
DBTable::validate_el()

Inherited Methods

Inherited From DBTable

DBTable::__construct()
DBTable::checkForeignKeys_el()
DBTable::deleteMatches()
DBTable::deleteOne()
DBTable::getAll()
DBTable::getMatches()
DBTable::getOne()
DBTable::insert()
DBTable::insert_el()
DBTable::maybeGetOne()
DBTable::setFields()
DBTable::setForeignKey()
DBTable::setIter()
DBTable::setKey()
DBTable::setName()
DBTable::setSequenceField()
DBTable::update()
DBTable::update_el()
DBTable::validate_el()

Inherited From Queryi

Queryi::__construct()
Queryi::act()
Queryi::clearLocks()
Queryi::getInsertID()
Queryi::lock()
Queryi::mkSQL()
Queryi::select()
Queryi::select01()
Queryi::select1()
Queryi::unlock()
Queryi::_ident()
Queryi::_numstr()

Inherited From mysqli (Internal Class)

constructor mysqli ( [$host = ], [$user = ], [$password = ], [$database = ], [$port = ], [$socket = ] )
autocommit ( $mode )
change_user ( $user, $password, $database )
character_set_name ( )
close ( )
commit ( )
connect ( [$host = ], [$user = ], [$password = ], [$database = ], [$port = ], [$socket = ] )
debug ( $debug_options )
dump_debug_info ( )
escape_string ( $string_to_escape )
get_charset ( )
get_client_info ( )
get_server_info ( )
get_warnings ( )
init ( )
kill ( $connection_id )
more_results ( )
multi_query ( $query )
next_result ( )
options ( $option, $value )
ping ( )
prepare ( $query )
query ( $query )
real_connect ( [$host = ], [$user = ], [$password = ], [$database = ], [$port = ], [$socket = ], [$flags = ] )
real_escape_string ( $string_to_escape )
real_query ( $query )
refresh ( $options )
rollback ( )
select_db ( $database )
set_charset ( $charset )
set_local_infile_default ( )
set_local_infile_handler ( $link, [$read_callback = ] )
set_opt ( $option, $value )
ssl_set ( $key, $cert, $certificate_authority, $certificate_authority_path, $cipher )
stat ( )
stmt_init ( )
store_result ( )
thread_safe ( )
use_result ( )

Documentation generated on Sun, 28 Jul 2013 15:07:04 -0400 by phpDocumentor 1.4.4