[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/administrator/components/com_mambots/ -> admin.mambots.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: 438 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions


Functions that are not part of a class:

viewMambots( $option, $client )   X-Ref
Compiles a list of installed or defined modules


saveMambot( $option, $client, $task )   X-Ref
Saves the module after an edit form submit


editMambot( $option, $uid, $client )   X-Ref
Compiles information to add or edit a module

param: string The current GET/POST option
param: integer The unique id of the record to edit

removeMambot( &$cid, $option, $client )   X-Ref
Deletes one or more mambots

Also deletes associated entries in the #__mambots table.
param: array An array of unique category id numbers

publishMambot( $cid=null, $publish=1, $option, $client )   X-Ref
Publishes or Unpublishes one or more modules

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

cancelMambot( $option, $client )   X-Ref
Cancels an edit operation


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

param: integer The unique id of record
param: integer The increment to reorder by

accessMenu( $uid, $access, $option, $client )   X-Ref
changes the access level of a record

param: integer The increment to reorder by

saveOrder( &$cid )   X-Ref
No description