[ Index ]

PHP Cross Reference of Mambo 4.6.5

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

title

Body

[close]

/administrator/components/com_newsfeeds/ -> admin.newsfeeds.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: 295 lines (8 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:

showNewsFeeds( $option )   X-Ref
List the records

param: string The current GET/POST option

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

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

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

param: string The current GET/POST option

publishNewsFeeds( $cid, $publish, $option )   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
param: string The current GET/POST option

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

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

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

param: string The current GET/POST option

orderNewsFeed( $id, $inc, $option )   X-Ref
Moves the order of a record

param: integer The id of the record to move
param: integer The direction to reorder, +1 down, -1 up
param: string The current GET/POST option