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: /Profile/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
license:  http://www.gnu.org/copyleft/gpl.html








Profile_userapi_accountlinks [line 427]

string Profile_userapi_accountlinks( $args)

Utility function to get the account links for each user module



Tags:

author:  FC


Parameters

   $args  
[ Top ]



Profile_userapi_aliasing [line 376]

string Profile_userapi_aliasing( $args)

Utility function to get the alias for the profile



Tags:

author:  FC


Parameters

   $args  
[ Top ]



Profile_userapi_checkmailexists [line 218]

int Profile_userapi_checkmailexists( $args)

Utility function to check if a mail exists



Tags:

return:  number of items held by this module
author:  FC


Parameters

   $args  
[ Top ]



Profile_userapi_checkrequired [line 307]

false Profile_userapi_checkrequired( $args)

Utility function to check the required missing



Tags:

return:  - success (no errors), otherwise array('result' => true, 'fields' => array of field names)
author:  FC


Parameters

   $args  
[ Top ]



Profile_userapi_countitems [line 186]

int Profile_userapi_countitems( )

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



Tags:

return:  number of items held by this module
author:  Mark West


[ Top ]



Profile_userapi_decodeurl [line 531]

bool Profile_userapi_decodeurl( $args)

decode the custom url string



Tags:

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


Parameters

   $args  
[ Top ]



Profile_userapi_encodeurl [line 497]

string Profile_userapi_encodeurl( $args)

form custom url string



Tags:

return:  custom url string
author:  Mark West


Parameters

   $args  
[ Top ]



Profile_userapi_get [line 77]

mixed Profile_userapi_get( $args['propid'] $args)

Get a specific Dynamic user data item



Tags:

return:  item array, or false on failure
author:  Mark West


Parameters

$args['propid']   $args   id of property to get
[ Top ]



Profile_userapi_getall [line 21]

mixed Profile_userapi_getall( int $args, int 1)

Get all Dynamic user data fields



Tags:

return:  array of items, or false on failure
author:  Mark West


Parameters

int   1   args['numitems'] number of records to retrieve
int   $args   args['startnum'] starting record number for request
[ Top ]



Profile_userapi_getallactive [line 128]

mixed Profile_userapi_getallactive( int $args, int 1)

Get all active Dynamic user data fields



Tags:

return:  array of items, or false on failure
author:  Mark West - FC


Parameters

int   1   args['numitems'] number of records to retrieve
int   $args   args['startnum'] starting record number for request
[ Top ]



Profile_userapi_getweightlimits [line 197]

mixed Profile_userapi_getweightlimits( )

Utility function to get the weight limits



Tags:

return:  array of items, or false on failure
author:  Mark West


[ Top ]



Profile_userapi_savedata [line 242]

true Profile_userapi_savedata( $args)

Utility function to save the data of the user



Tags:

return:  - success; false - failure
author:  FC


Parameters

   $args  
[ Top ]



Profile_userapi_sqlalias [line 409]

string Profile_userapi_sqlalias( $args)

Utility function to get the alias for the sqlquery saving the data

Temporary - useless for the moment




Tags:

author:  FC


Parameters

   $args  
[ Top ]



_ProfileIsEmptyValue [line 351]

void _ProfileIsEmptyValue( $value)





Parameters

   $value  
[ Top ]


Packages:

Files:

Classes: