PostNuke Help

Previous
pnDBGetTables

Home
up

Next
pnExceptionFree


pnDBInit

initialise PostNuke database connection

Synopsis

bool pnDBInit();

Description

pnDBInit() initialises connections to the PostNuke database.

Return Values

This function returns true if the connections were successfully made, or false if the connections were not successfully made.

Notes

pnDBInit() is normally called from within pnInit(), and as such should not be called by developers.

See Also

pnInit()


Previous
pnDBGetTables

Home
up

Next
pnExceptionFree