Procedural File: pnajax.php
Source Location: /system/Groups/pnajax.php
Page Details:
Zikula Application Framework
Tags:
Groups_ajax_creategroup [line 107]
mixed Groups_ajax_creategroup(
[none 0 = ])
|
|
Create a blank group and return it
Tags:
Parameters
Groups_ajax_deletegroup [line 163]
mixed Groups_ajax_deletegroup(
[gid 0 = the group id])
|
|
Delete a group
Tags:
Parameters
Groups_ajax_updategroup [line 27]
mixed Groups_ajax_updategroup(
gid $args, gtype 1, state 2, nbumax 3, name 4, description 5)
|
|
Updates a group in the database
Tags:
Parameters
| gtype |
1 |
the group type |
| state |
2 |
the group state |
| nbumax |
3 |
the maximum of users |
| name |
4 |
the group name |
| description |
5 |
the group description |
| gid |
$args |
the group id |
|
|