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: /AvantGo/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








AvantGo_admin_main [line 25]

string AvantGo_admin_main( )

the main administration function

This function is the default function, and is called whenever the module is initiated 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:  HTML string
author:  Mark West
link:  http://www.markwest.me.uk


[ Top ]



AvantGo_admin_modifyconfig [line 77]

string AvantGo_admin_modifyconfig( )

This is a standard function to modify the configuration parameters of the

module




Tags:

return:  HTML string
author:  Mark West
link:  http://www.markwest.me.uk


[ Top ]



AvantGo_admin_updateconfig [line 102]

bool AvantGo_admin_updateconfig( ['itemsperpage' 0 = the number of items to display on the module page])

This is a standard function to update the configuration parameters of the

module given the information passed back by the modification form




Tags:

return:  true if update successful, false otherwise
author:  Mark West
link:  http://www.markwest.me.uk


Parameters

'itemsperpage'   0   the number of items to display on the module page
[ Top ]



AvantGo_admin_view [line 46]

strong AvantGo_admin_view( ['startnum' 0 = the starting article numbner])

View items that would be displayed by the module within PN framework



Tags:

return:  HTML string
author:  Mark West
link:  http://www.markwest.me.uk


Parameters

'startnum'   0   the starting article numbner
[ Top ]


Packages:

Files:

Classes: