PostNuke Help |
||
|---|---|---|
Previous |
Next |
|
initialise PostNuke
void pnInit();
pnInit() initialises the PostNuke system. It loads the required includes, sets up sessions and database connections, and obtains the system configuration.
pnInit() does not return a value; if the function fails somewhere it will exit.
In future pnInit() might give a return value, to make it easier to optionally include PostNuke functionality in third-party scripts.
Previous |
Next |