Class BiblioImages

Description

Located in /model/BiblioImages.php (line 8)

mysqli
   |
   --Queryi
      |
      --DBTable
         |
         --BiblioImages
Method Summary
BiblioImages __construct ()
void appendLink_e ( $bibid,  $caption,  $file,  $url)
void appendThumb_e ( $bibid,  $caption,  $file)
void deleteByBibid ( $bibid)
void deleteOne ( $bibid,  $imgurl)
void getBiblioMatches ( $fields)
void getByBibid ( $bibid)
void getOne ( $bibid,  $imgurl)
void insertLink_e ( $bibid,  $position,  $caption,  $file,  $url)
void insertThumb_e ( $bibid,  $position,  $caption,  $file)
void maybeGetOne ( $bibid,  $imgurl)
void reposition ( $bibid,  $imgurl,  $position)
void updateCaption ( $bibid,  $imgurl,  $caption)
void validate_el ( $rec,  $insert)
void _do_insert_e ( $bibid,  $file,  $position,  $caption, [ $type = 'Thumb'], [ $url = ''])
void _insert_e ( $bibid,  $file,  $position,  $caption,  $type,  $url)
void _mkThumbnail ( $full,  $thumb)
void _renumber ( $position)
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 9)
  • access: public
BiblioImages __construct ()

Redefinition of:
DBTable::__construct()
appendLink_e (line 67)
void appendLink_e ( $bibid,  $caption,  $file,  $url)
  • $bibid
  • $caption
  • $file
  • $url
appendThumb_e (line 64)
void appendThumb_e ( $bibid,  $caption,  $file)
  • $bibid
  • $caption
  • $file
deleteByBibid (line 192)
void deleteByBibid ( $bibid)
  • $bibid
deleteOne (line 177)
void deleteOne ( $bibid,  $imgurl)
  • $bibid
  • $imgurl

Redefinition of:
DBTable::deleteOne()
getBiblioMatches (line 26)
  • access: public
void getBiblioMatches ( $fields)
  • $fields
getByBibid (line 53)
void getByBibid ( $bibid)
  • $bibid
getOne (line 43)
void getOne ( $bibid,  $imgurl)
  • $bibid
  • $imgurl

Redefinition of:
DBTable::getOne()
insertLink_e (line 61)
void insertLink_e ( $bibid,  $position,  $caption,  $file,  $url)
  • $bibid
  • $position
  • $caption
  • $file
  • $url
insertThumb_e (line 58)
void insertThumb_e ( $bibid,  $position,  $caption,  $file)
  • $bibid
  • $position
  • $caption
  • $file
maybeGetOne (line 48)
void maybeGetOne ( $bibid,  $imgurl)
  • $bibid
  • $imgurl

Redefinition of:
DBTable::maybeGetOne()
reposition (line 204)
void reposition ( $bibid,  $imgurl,  $position)
  • $bibid
  • $imgurl
  • $position
updateCaption (line 223)
void updateCaption ( $bibid,  $imgurl,  $caption)
  • $bibid
  • $imgurl
  • $caption
validate_el (line 24)
  • access: protected
void validate_el ( $rec,  $insert)
  • $rec
  • $insert

Redefinition of:
DBTable::validate_el()
_do_insert_e (line 70)
void _do_insert_e ( $bibid,  $file,  $position,  $caption, [ $type = 'Thumb'], [ $url = ''])
  • $bibid
  • $file
  • $position
  • $caption
  • $type
  • $url
_insert_e (line 86)
void _insert_e ( $bibid,  $file,  $position,  $caption,  $type,  $url)
  • $bibid
  • $file
  • $position
  • $caption
  • $type
  • $url
_mkThumbnail (line 126)
void _mkThumbnail ( $full,  $thumb)
  • $full
  • $thumb
_renumber (line 218)
void _renumber ( $position)
  • $position

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:01 -0400 by phpDocumentor 1.4.4