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

Docs for page pninit.php

Procedural File: pninit.php

Source Location: /AuthPN/pninit.php

Classes:



Page Details:

Zikula Application Framework



Tags:

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








AuthPN_delete [line 64]

bool AuthPN_delete( )

delete the AuthPN module

This function is only ever called once during the lifetime of a particular module instance This function MUST exist in the pninit file for a module




Tags:

return:  true on success, false otherwise
author:  Jim McDonald


[ Top ]



AuthPN_init [line 24]

bool AuthPN_init( )

initialise the AuthPN module

This function is only ever called once during the lifetime of a particular module instance. This function MUST exist in the pninit file for a module




Tags:

return:  true on success, false otherwise
author:  Jim McDonald


[ Top ]



AuthPN_upgrade [line 47]

bool AuthPN_upgrade( $oldversion)

upgrade the AuthPN module from an old version

This function can be called multiple times This function MUST exist in the pninit file for a module




Tags:

return:  true on success, false otherwise
author:  Jim McDonald


Parameters

   $oldversion  
[ Top ]


Packages:

Files:

Classes: