Procedural File: pnadmin.php
Source Location: /MailUsers/pnadmin.php
Page Details:
Zikula Application Framework
Tags:
mailusers_admin_main [line 26]
output mailusers_admin_main(
)
|
|
the main administration function
This function is the default function, and is called whenever the module is called without defining arguments. As such it can be used for a number of things, but most commonly it either just shows the module menu and returns or calls whatever the module designer feels should be the default function (often this is the view() function)
Tags:
mailusers_admin_send [line 105]
output mailusers_admin_send(
)
|
|
Send e-mails
This function shows a form to send an e-mail
Tags:
mailusers_admin_sendnext [line 299]
output mailusers_admin_sendnext(
)
|
|
Display form to continue sending mail
This function shows a form to continue send the e-mail when a bulk mail is split to ensure process completes
Tags:
mailusers_admin_view [line 45]
output mailusers_admin_view(
$args)
|
|
Display main form
This function shows a form to send an e-mail
Tags:
Parameters
mailusers_makehiddenfield [line 362]
output mailusers_makehiddenfield(
$name, $value)
|
|
Create hidden field
Utility function to create a hidden form field
Tags:
Parameters