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

Docs for page pnadminapi.php

Procedural File: pnadminapi.php

Source Location: /Ephemerids/pnadminapi.php

Classes:



Page Details:

Zikula Application Framework



Tags:

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








Ephemerids_adminapi_create [line 23]

mixed Ephemerids_adminapi_create( 'did' $args, 'mid' 1, 'yid' 2, 'content' 3, 'language' 4)

Create a new Ephemerids item



Tags:

return:  Ephemerids item ID on success, false on failure
author:  Mark West


Parameters

'mid'   1   the month of the emphererid
'yid'   2   the year of the emphererid
'content'   3   the ephmerid description
'language'   4   the language of the ephemerid
'did'   $args   the day of the emphererid
[ Top ]



Ephemerids_adminapi_delete [line 62]

bool Ephemerids_adminapi_delete( 'eid' $args)

Delete a Ephemerids item



Tags:

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


Parameters

'eid'   $args   the id of the ephemerid
[ Top ]



ephemerids_adminapi_getlinks [line 153]

array ephemerids_adminapi_getlinks( )

get available admin panel links



Tags:

return:  array of admin links
author:  Mark West


[ Top ]



Ephemerids_adminapi_update [line 103]

bool Ephemerids_adminapi_update( $args['eid'] $args, $args['did'] 1, $args['mid'] 2, $args['yid'] 3, $args['content'] 4, $args['language'] 5)

Update a Ephemerids item



Tags:

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


Parameters

$args['did']   1   the day of the ephemerid
$args['mid']   2   the month of the ephemerid
$args['yid']   3   the year of the ephemerid
$args['content']   4   the event description
$args['language']   5   the language of the item
$args['eid']   $args   the ID of the item
[ Top ]


Packages:

Files:

Classes: