Class mosContact

Description

mosDBTable Abstract Class.

  • author: Andrew Eddie <eddieajau@users.sourceforge.net

Located in /components/com_contact/contact.class.php (line 15)

mosDBAbstractRow
   |
   --mosDBTable
      |
      --mosContact
Variable Summary
 int $access
 string $address
 int $catid
 string $con_position
 string $country
 string $email_to
 string $fax
 int $id
 string $image
 string $imagepos
 string $misc
 string $name
 int $ordering
 string $params
 string $postcode
 string $state
 string $suburb
 string $telephone
 int $user_id
Method Summary
 mosContact mosContact (database 0)
 void check ()
 void &getCategories ( $user)
 void &getContacts ( $catid,  $user)
Variables
int $access = null (line 61)
string $address = null (line 23)
int $catid = null (line 59)
  • var: A link to a category
int $checked_out = null (line 49)
datetime $checked_out_time = null (line 51)
string $con_position = null (line 21)
string $country = null (line 29)
int $default_con = null (line 45)
string $email_to = null (line 43)
string $fax = null (line 35)
int $id = null (line 17)
  • var: Primary key
string $image = null (line 39)
string $imagepos = null (line 41)
string $misc = null (line 37)
string $name = null (line 19)
int $ordering = null (line 53)
string $params = null (line 55)
string $postcode = null (line 31)
int $published = null (line 47)
string $state = null (line 27)
string $suburb = null (line 25)
string $telephone = null (line 33)
int $user_id = null (line 57)
  • var: A link to a registered user

Inherited Variables

Inherited from mosDBTable

mosDBTable::$_db

Inherited from mosDBAbstractRow

mosDBAbstractRow::$_error
mosDBAbstractRow::$_tbl
mosDBAbstractRow::$_tbl_key
Methods

Documentation generated on Mon, 05 May 2008 16:18:09 +0400 by phpDocumentor 1.4.0