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

Docs for page pnadmin.php

Procedural File: pnadmin.php

Source Location: /MailUsers/pnadmin.php

Classes:



Page Details:

Zikula Application Framework



Tags:

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








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:

return:  The main module admin page.
author:  Xiaoyu Huang


[ Top ]



mailusers_admin_send [line 105]

output mailusers_admin_send( )

Send e-mails

This function shows a form to send an e-mail




Tags:

return:  The main module admin page
author:  Xiaoyu Huang
todo:  Move groups table sql to groups API
todo:  Move users table sql to users API


[ Top ]



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:

return:  The main module admin page
author:  Xiaoyu Huang
todo:  template output


[ Top ]



mailusers_admin_view [line 45]

output mailusers_admin_view( $args)

Display main form

This function shows a form to send an e-mail




Tags:

return:  The main module admin page
author:  Xiaoyu Huang


Parameters

   $args  
[ Top ]



mailusers_makehiddenfield [line 362]

output mailusers_makehiddenfield( $name, $value)

Create hidden field

Utility function to create a hidden form field




Tags:

return:  The main module admin page
author:  Xiaoyu Huang


Parameters

   $name  
   $value  
[ Top ]


Packages:

Files:

Classes: