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: /Pages/pnuserapi.php

Classes:



Page Details:

Zikula Application Framework



Tags:

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








pages_userapi_countitems [line 166]

integer pages_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 ]



pages_userapi_decodeurl [line 274]

bool pages_userapi_decodeurl( $args)

decode the custom url string



Tags:

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


Parameters

   $args  
[ Top ]



pages_userapi_encodeurl [line 207]

string pages_userapi_encodeurl( $args)

form custom url string



Tags:

return:  custom url string
author:  Mark West


Parameters

   $args  
[ Top ]



pages_userapi_get [line 109]

mixed pages_userapi_get( $args['pageid'] $args)

get a specific item



Tags:

return:  item array, or false on failure


Parameters

$args['pageid']   $args   id of example item to get
[ Top ]



pages_userapi_getall [line 17]

mixed pages_userapi_getall( $args)

get all pages



Tags:

return:  array of items, or false on failure


Parameters

   $args  
[ Top ]



pages_userapi_getmodulemeta [line 340]

void pages_userapi_getmodulemeta( )

get meta data for the module





[ Top ]



pages_userapi_incrementreadcount [line 187]

bool pages_userapi_incrementreadcount( $args)

increment the item read count



Tags:

return:  true on success, false on failiure
author:  Mark West


Parameters

   $args  
[ Top ]


Packages:

Files:

Classes: