PostNuke Help

Previous
pnGetStatusMsg

Home
up

Next
pnModAPIFunc


pnInit

initialise PostNuke

Synopsis

void pnInit();

Description

pnInit() initialises the PostNuke system. It loads the required includes, sets up sessions and database connections, and obtains the system configuration.

Return Values

pnInit() does not return a value; if the function fails somewhere it will exit.

Notes

In future pnInit() might give a return value, to make it easier to optionally include PostNuke functionality in third-party scripts.


Previous
pnGetStatusMsg

Home
up

Next
pnModAPIFunc