[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/administrator/components/com_weblinks/ -> admin.weblinks.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: 303 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:

showWeblinks( $option )   X-Ref
Compiles a list of records

param: database A database connector object

editWeblink( $option, $id )   X-Ref
Compiles information to add or edit

param: integer The unique id of the record to edit (0 if new)

saveWeblink( $option )   X-Ref
Saves the record on an edit form submit

param: database A database connector object

removeWeblinks( $cid, $option )   X-Ref
Deletes one or more records

param: array An array of unique category id numbers
param: string The current url option

publishWeblinks( $cid=null, $publish=1, $option )   X-Ref
Publishes or Unpublishes one or more records

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

orderWeblinks( $uid, $inc, $option )   X-Ref
Moves the order of a record

param: integer The increment to reorder by

cancelWeblink( $option )   X-Ref
Cancels an edit operation

param: string The current url option