Zikula: A Flexible Open Source Content Management System
home | forum | international support | contact us

Docs for page pnuserapi.php

Procedural File: pnuserapi.php

Source Location: /FAQ/pnuserapi.php

Classes:



Page Details:

Zikula Application Framework



Tags:

version:  $Id: pnuserapi.php 24383 2008-06-12 14:15:02Z markwest $
copyright:  (c) 2002, Zikula Development Team
link:  http://www.zikula.org
license:  GNU/GPL








FAQ_userapi_countitems [line 122]

integer FAQ_userapi_countitems( $args)

utility function to count the number of items held by this module



Tags:

return:  number of items held by this module


Parameters

   $args  
[ Top ]



FAQ_userapi_decodeurl [line 209]

bool FAQ_userapi_decodeurl( $args)

decode the custom url string



Tags:

return:  true if successful, false otherwise
author:  Mark West


Parameters

   $args  
[ Top ]



FAQ_userapi_encodeurl [line 144]

string FAQ_userapi_encodeurl( $args)

form custom url string



Tags:

return:  custom url string
author:  Mark West


Parameters

   $args  
[ Top ]



FAQ_userapi_get [line 93]

array FAQ_userapi_get( $args['faqid'] $args, $args['objectid'] 1)

get a specific faq



Tags:

return:  item array, or false on failure


Parameters

$args['objectid']   1   id of faq to get (maps to faqid if present)
$args['faqid']   $args   id of faq to get
[ Top ]



FAQ_userapi_getall [line 21]

array FAQ_userapi_getall( $args, int $args['starnum'], int $args['numitems'], bool $args['answered'])

get all FAQs



Tags:

return:  array of items, or false on failure


Parameters

int   $args['starnum']   (optional) first item to return
int   $args['numitems']   (optional) number if items to return
bool   $args['answered']   (optional) return only answered FAQ's
   $args  
[ Top ]



FAQ_userapi_getmodulemeta [line 265]

void FAQ_userapi_getmodulemeta( )

get meta data for the module





[ Top ]


Packages:

Files:

Classes: