vB_DataManager_VisitorMessageClass to do data save/delete operations for profile messages
Located in /includes/class_dm_visitormessage.php (line 26)
vB_DataManager | --vB_DataManager_VisitorMessage
vB_DataManager_VisitorMessage
vB_DataManager_VisitorMessage
(vB_Registry &$registry, [integer $errtype = ERRTYPE_STANDARD])
array
$condition_construct
= array('vmid = %1$s', 'vmid') (line 53)
Condition for update query
string
$table
= 'visitormessage' (line 60)
The main table this class deals with
array
$validfields
= array(Array of recognised and required fields for visitormessage, and their types
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::$info
vB_DataManager::$lamda
vB_DataManager::$presave_called
vB_DataManager::$rawfields
vB_DataManager::$registry
vB_DataManager::$setfields
Constructor vB_DataManager_VisitorMessage (line 110)
Constructor - checks that the registry object has been passed correctly.
delete (line 200)
Code to delete a Visitor Message
insert_dupehash (line 526)
Inserts a hash into the database for use with duplicate checking
is_duplicate (line 493)
Is this a duplicate post of a message posted with the last 5 minutes?
is_flooding (line 460)
Determines whether the message being posted would constitute flooding
post_delete (line 262)
Code to run after deleting a Visitor Message
post_save_once (line 273)
Code to run after Saving a Visitor Message
pre_save (line 124)
Code to run before saving a Visitor Message
verify_ipaddress (line 414)
Converts ip address into an integer
verify_pagetext (line 428)
Verifies the page text is valid and sets it up for saving.
verify_profileuserid (line 386)
Verifies that the specified user exists for the profile
verify_title (line 69)
Verifies the title is valid and sets up the title for saving (wordwrap, censor, etc).
verify_userid (line 353)
Verifies that the specified user exists
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:08 -0500 by phpDocumentor 1.4.1