| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: admin.categories.php 19343 2010-11-03 18:12:02Z ian $ |
| File Size: | 1032 lines (28 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| showCategories( $section, $option ) X-Ref |
| Compiles a list of categories for a section param: string The name of the category section |
| editCategory($edit ) X-Ref |
| Compiles information to add or edit a category param: string The name of the category section param: integer The unique id of the category to edit (0 if new) param: string The name of the current user |
| saveCategory() X-Ref |
| Saves the catefory after an edit form submit param: string The name of the category section |
| removeCategories( $section, $cid ) X-Ref |
| Deletes one or more categories from the categories table param: string The name of the category section param: array An array of unique category id numbers |
| publishCategories( $section, $cid=null, $publish=1 ) X-Ref |
| Publishes or Unpublishes one or more categories param: string The name of the category section param: integer A unique category id (passed from an edit form) param: array An array of unique category id numbers param: integer 0 if unpublishing, 1 if publishing param: string The name of the current user |
| cancelCategory() X-Ref |
| Cancels an edit operation param: string The name of the category section param: integer A unique category id |
| orderCategory( $uid, $inc ) X-Ref |
| Moves the order of a record param: integer The increment to reorder by |
| moveCategorySelect( $option, $cid, $sectionOld ) X-Ref |
| Form for moving item(s) to a specific menu |
| moveCategorySave( $cid, $sectionOld ) X-Ref |
| Save the item(s) to the menu selected |
| copyCategorySelect( $option, $cid, $sectionOld ) X-Ref |
| Form for copying item(s) to a specific menu |
| copyCategorySave( $cid, $sectionOld ) X-Ref |
| Save the item(s) to the menu selected |
| accessMenu( $uid, $access, $section ) X-Ref |
| changes the access level of a record param: integer The increment to reorder by |
| saveOrder( &$cid, $section ) X-Ref |
| No description |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |