Update:Archive/2.0/Developers/Common Code: Difference between revisions
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
* deleteRating($versionID) | * deleteRating($versionID) | ||
* sendEmail($userID) | * sendEmail($userID) | ||
* mainTypeToName($mainType) returns string such as "extensions", "themes", or "plugins" | |||
== Global Variables We Need == | == Global Variables We Need == |
Revision as of 15:45, 22 January 2005
Update: Home Page » Development » Common Code
Functions We Need
- isSpecialCategory($categoryName)
- addMain() returns $mainID
- deleteMain($mainID)
- addVersion() returns $versionID
- deleteVersion($versionID)
- disableUser($userID)
- addRating($versionID)
- deleteRating($versionID)
- sendEmail($userID)
- mainTypeToName($mainType) returns string such as "extensions", "themes", or "plugins"
Global Variables We Need
- CSS Path
- Image Path
- Mirror Path