[ Index ]

PHP Cross Reference of Mambo 4.6.5

[ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/administrator/components/com_contact/ -> admin.contact.php (summary)

(no description)

Author: Mambo Foundation Inc see README.php
Copyright: (C) 2000 - 2009 Mambo Foundation Inc.
License: GNU/GPL Version 2, see LICENSE.php
File Size: 309 lines (9 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions


Functions that are not part of a class:

showContacts( $option )   X-Ref
List the records

param: string The current GET/POST option

editContact( $id, $option )   X-Ref
Creates a new or edits and existing user record

param: int The id of the record, 0 if a new entry
param: string The current GET/POST option

saveContact( $option )   X-Ref
Saves the record from an edit form submit

param: string The current GET/POST option

removeContacts( &$cid, $option )   X-Ref
Removes records

param: array An array of id keys to remove
param: string The current GET/POST option

changeContact( $cid=null, $state=0, $option )   X-Ref
Changes the state of one or more content pages

param: array An array of unique category id numbers
param: integer 0 if unpublishing, 1 if publishing
param: string The current option

orderContacts( $uid, $inc, $option )   X-Ref
No description

cancelContact()   X-Ref
No description