The contactinfo class manages a single set of contact information which might be associated with a person or thing.
Located in /pim-defs.php (line 274)
RenderableObject | --contactinfo
addr_city
addr_code
addr_country
addr_other
addr_postal
addr_street
addr_suburb
contactinfo ID
emails
Whether contactinfo exists in database
phone
phone_fax
phone_mobile
phone_work
urls
Constructor Create a new contactinfo object.
Return a standard contact details set.
This is designed for in-line contact details such as might be included as-is in an email confirmation of order for example. Only fields which are not nullstring are included.
Retrieves the specified contactinfo from database.
Display Contactinfo subform via the render() method.
Process a possible POST of a form with new contact info data. We only do anything here if the special var $_save_x is defined (ie. this would be from user clicking button named "_save"), and also the contact info IF $_CI_contactinfo_id. We return true if POST was processed.
Save the contactinfo.
Save this contactinfo to the database. Create a new one if it doesn't already exist.
Inherited From RenderableObject
RenderableObject::RenderableObject()
RenderableObject::html()
RenderableObject::render()
RenderableObject::wml()
RenderableObject::wmlup()
RenderableObject::xml()
Documentation generated by phpDocumentor 1.3.0RC3