vB_DataManager_PictureLocated in /includes/class_dm_picture.php (line 23)
vB_DataManager | --vB_DataManager_Picture
| Class | Description |
|---|---|
vB_DataManager_Picture_Database
|
Concrete version of the picture DM for database storage. |
vB_DataManager_Picture_Filesystem
|
Concrete version of the picture DM for filesystem storage. |
vB_DataManager_Picture
vB_DataManager_Picture
(vB_Registry &$registry, [integer $errtype = ERRTYPE_STANDARD])
array
$condition_construct
= array('pictureid = %1$d', 'pictureid') (line 74)
Condition template for update query This is for use with sprintf(). First key is the where clause, further keys are the field names of the data to be used.
mixed
$info
= array(
array
$picture
= array() (line 59)
Arrays to store stuff to save to picture-related tables
string
$table
= 'picture' (line 52)
array
$validfields
= array(Array of recognized and required fields for album picture inserts
Inherited from vB_DataManager
vB_DataManager::$bitfields
vB_DataManager::$condition
vB_DataManager::$dbobject
vB_DataManager::$errors
vB_DataManager::$error_handler
vB_DataManager::$existing
vB_DataManager::$failure_callback
vB_DataManager::$lamda
vB_DataManager::$presave_called
vB_DataManager::$rawfields
vB_DataManager::$registry
vB_DataManager::$setfields
Constructor vB_DataManager_Picture (line 82)
Constructor - checks that the registry object has been passed correctly.
post_delete (line 276)
Code to run after deleting
post_save_each (line 230)
Code to run after saving
pre_delete (line 164)
Any code to run before deleting.
pre_save (line 179)
Code to run before saving
verify_extension (line 101)
Makes the extension lowercase
verify_filedata (line 131)
Set the filehash/filesize of the file
verify_state (line 114)
Set the visible state of the picture
verify_thumbnail (line 148)
Set the filesize of the thumbnail
Inherited From vB_DataManager
vB_DataManager::vB_DataManager()
vB_DataManager::check_required()
vB_DataManager::db_delete()
vB_DataManager::db_insert()
vB_DataManager::db_insert_ignore()
vB_DataManager::db_update()
vB_DataManager::delete()
vB_DataManager::do_set()
vB_DataManager::do_unset()
vB_DataManager::error()
vB_DataManager::fetch_field()
vB_DataManager::fetch_insert_sql()
vB_DataManager::fetch_update_sql()
vB_DataManager::has_errors()
vB_DataManager::post_delete()
vB_DataManager::post_save_each()
vB_DataManager::post_save_once()
vB_DataManager::pre_delete()
vB_DataManager::pre_save()
vB_DataManager::save()
vB_DataManager::set()
vB_DataManager::setr()
vB_DataManager::setr_info()
vB_DataManager::set_bitfield()
vB_DataManager::set_condition()
vB_DataManager::set_error_handler()
vB_DataManager::set_existing()
vB_DataManager::set_failure_callback()
vB_DataManager::set_info()
vB_DataManager::strip_empty_bbcode()
vB_DataManager::strip_empty_bbcode_callback()
vB_DataManager::verify()
vB_DataManager::verify_commalist()
vB_DataManager::verify_date_array()
vB_DataManager::verify_email()
vB_DataManager::verify_image_count()
vB_DataManager::verify_ipaddress()
vB_DataManager::verify_link()
vB_DataManager::verify_list()
vB_DataManager::verify_md5()
vB_DataManager::verify_nonempty()
vB_DataManager::verify_nonzero()
vB_DataManager::verify_pagetext()
vB_DataManager::verify_serialized()
vB_DataManager::verify_spacelist()
vB_DataManager::verify_userid()
vB_DataManager::verify_username()
Documentation generated on Fri, 09 May 2008 09:01:02 -0500 by phpDocumentor 1.4.1