Class datamanager

Description

Data manager class to handle the majority of getting and setting routines in ILance

  • author: ILance
  • version: $Revision: 1.0.0 $

Located in /api/class.datamanager.inc.php (line 23)


	
			
Direct descendents
Class Description
datamanager_auction Auction data manager class to handle the majority of setting and saving routines in ILance
datamanager_email Email data manager class to handle the majority of sending emails in ILance. This is more or less a wrapper for our send_email() function that does all the email sending and detection for the SMTP wrapper as well (if applicable).
datamanager_users User data manager class to handle the majority of setting and saving routines in ILance.
Variable Summary
mixed $condition
mixed $errors
mixed $getdata
mixed $hide_errors
mixed $setdata
mixed $slng
Method Summary
datamanager datamanager ( &$registry)
void error ( $text)
void get ( &$existingdata)
void pre_save ()
void save ()
void set ( $fieldname,  $value, [ $dofilter = true])
void set_condition ()
void verify ( $fieldname,  &$value, [ $dofilter = true])
Variables
mixed $condition = null (line 29)
mixed $errors = array() (line 28)
mixed $getdata = array() (line 26)
mixed $hide_errors = false (line 25)
mixed $setdata = array() (line 27)
mixed $slng = null (line 30)

Redefined in descendants as:
Methods
Constructor datamanager (line 35)

Data manager constructor

datamanager datamanager ( &$registry)
  • &$registry
error (line 152)
void error ( $text)
  • $text
get (line 73)
void get ( &$existingdata)
  • &$existingdata

Redefined in descendants as:
pre_save (line 172)
void pre_save ()
save (line 184)
void save ()
set (line 130)
void set ( $fieldname,  $value, [ $dofilter = true])
  • $fieldname
  • $value
  • $dofilter

Redefined in descendants as:
set_condition (line 57)
void set_condition ()
verify (line 112)
void verify ( $fieldname,  &$value, [ $dofilter = true])
  • $fieldname
  • &$value
  • $dofilter
verify_required_fields (line 98)
void verify_required_fields ()

Documentation generated on Mon, 08 Aug 2011 17:40:54 +0200 by phpDocumentor 1.4.1