Postnuke
From Freelock Knowledge Base
Contents |
[edit] Modules
We're finally getting into more Postnuke development.
To get more static page-like functionality, as well as custom content items that populate a database, check out these modules:
- Pagesetter
- Folder
- pnHelp
... all available at http://www.elfisk.dk.
[edit] Permissions
Here's how to code modules that use permissions: http://docs.postnuke.com/index.php?module=Static_Docs&func=view&f=/authmoddevs.htm
See code in News module for examples.
[edit] Module Development
Very old guide here.
[edit] API Reference
See here.
[edit] Coding standards
http://docs.postnuke.com/index.php?module=Static_Docs&func=view&f=/pncs.htm
Be sure to check out the sections on Storing Values in the database (pnVarPrepFor*() functions) and Securing Forms sections.

