Procedural File: pnadminform.php
Source Location: /modules/Quotes/pnadminform.php
Page Details:
Zikula Application Framework
Tags:
quotes_adminform_create [line 20]
bool quotes_adminform_create(
'qquote' $args, 'qauthor' 1)
|
|
Create a new quote
Tags:
Parameters
| 'qauthor' |
1 |
quote author |
| 'qquote' |
$args |
quote text |
quotes_adminform_update [line 52]
mixed quotes_adminform_update(
'qid' $args, 'qauther' 1, 'confirm' 2)
|
|
Update quote Takes info from edit form and passes to API
Tags:
Parameters
| 'qauther' |
1 |
Author of quote to delete |
| 'confirm' |
2 |
Delete confirmation |
| 'qid' |
$args |
Quote id to delete |
Quotes_adminform_updateconfig [line 84]
string Quotes_adminform_updateconfig(
)
|
|
Update Quotes Config
Tags:
|
|