Procedural File: pnadminapi.php
Source Location: /Ephemerids/pnadminapi.php
Page Details:
Zikula Application Framework
Tags:
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:
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 |
Ephemerids_adminapi_delete [line 62]
bool Ephemerids_adminapi_delete(
'eid' $args)
|
|
Delete a Ephemerids item
Tags:
Parameters
| 'eid' |
$args |
the id of the ephemerid |
ephemerids_adminapi_getlinks [line 153]
array ephemerids_adminapi_getlinks(
)
|
|
get available admin panel links
Tags:
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:
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 |