Update:Archive/2.0/Developers/Common Code: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 3: | Line 3: | ||
== Functions We Need == | == Functions We Need == | ||
* isSpecialCategory($categoryName) | * isSpecialCategory($categoryName) | ||
* addMain() returns $mainID | |||
* deleteMain($mainID) | |||
* addVersion() returns $versionID | |||
* deleteVersion($versionID) | |||
* disableUser($userID) | |||
* addRating($versionID) | |||
* deleteRating($versionID) | |||
* sendEmail($userID) | |||
== Global Variables We Need == | == Global Variables We Need == |
Revision as of 15:33, 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)
Global Variables We Need
- CSS Path
- Image Path
- Mirror Path