| Function | Helper member | Comments |
|---|---|---|
| addBan | BAN_DB::add() | calls BAN::addBan() |
| removeBan | Doesn't exist | - |
| isBanned | Irrelevant | Should make use of: BAN_DB::getAllByBlogIdQuery() |
| Function | Helper member | Comments |
|---|---|---|
| addItem | Doesn't exist | To be added in ITEM_DB? |
| createNewCategory | CATEGORY_DB::add() | Calls back to BLOG::createNewCategory() |
| getSqlSearch | Doesn't exist | Move to BLOG_DB class? |
| getSqlBlog | Doesn't exist | Move to BLOG_DB class? |
| showArchiveList | Irrelevant | Extract query to BLOG_DB class? |
| showCategoryList | Irrelevant | Extract query to BLOG_DB class? |
| readSettings | Doesn't exist | Move to BLOG_DB? |
| writeSettings | Doesn't exist | Move to BLOG_DB? |
| isValidCategory | Doesn't exist | Move to CATEGORY_DB? |
| getCategoryName | Doesn't exist | Move to CATEGORY_DB? |
| getCategoryDesc | Doesn't exist | Move to CATEGORY_DB? |
| getCategoryIdFromName | Doesn't exist | Move to CATEGORY_DB? |
| addTeamMember | TEAM_DB::addMember() | Only adds team admin, doesn't call log and events |
| exists | Doesn't exist | Move to BLOG_DB? |
| existsID | Doesn't exist | Move to BLOG_DB? |
| Function | Helper member | Comments |
|---|---|---|
| getComment | Doesn't exist | move to COMMENT_DB? |
| Function | Helper member | Comments |
|---|---|---|
| showComments | Irrelevant | Use COMMENT_DB::getAllQuery() (needs altering, for use) |
| amountComments | Doesn't exist | Move to COMMENT_DB? |
| addComments | Doesn't exist | Move (parts) to COMMENT_DB? |
| Function | Helper member | Comments |
|---|---|---|
| getItem | Doesn't exits | Move (parts) to ITEM_DB? |
| update | Doesn't exist | Move to ITEM_DB? |
| move | ITEM_DB::moveOne() | calls back to ITEM::move() |
| delete | ITEM_DB::deleteOne() | calls back to ITEM::delete() |
| exists | Irrelevant | Extract query to ITEM_DB? |
| Function | Helper member | Comments |
|---|---|---|
| read | Irrelevant | Extract query to MEMBER_DB? |
| isBlogAdmin | Doesn't exist | Move to MEMBER_DB? |
| isTeamMember | Doesn't exist | Move to MEMBER_DB? |
| canAlterComment | Doesn't exist | Move to MEMBER_DB? |
| canAlterItem | Doesn't exist | Move to MEMBER_DB? |
| canUpdateItem | Irrelevant | Extract query to MEMBER_DB? |
| canBeDeleted | Doesn't exist | Move to MEMBER_DB? |
| getAdminBlogs | Doesn't exist | Move to MEMBER_DB? |
| write | Doesn't exist | Move to MEMBER_DB? |
| exists | Doesn't exist | Move to MEMBER_DB? |
| existsID | Doesn't exist | Move to MEMBER_DB? |
| create | Irrelevant | Extract query to MEMBER_DB? |
| getActivationInfo | Doesn't exist | Move to MEMBER_DB? |
| generateActivationEntry | Irrelevant | Extract query to MEMBER_DB? |
| activate | Doesn't exist | Move to MEMBER_DB? |
| cleanupActivationTable | Doesn't exist | Move to MEMBER_DB? |
| Function | Helper member | Comments |
|---|---|---|
| constructor | Irrelevant | Extract query to SKIN_DB? |
| exists | Doesn't exist | Move to SKIN_DB? |
| existsID | Doesn't exist | Move to SKIN_DB? |
| getIdFromName | Doesn't exist | Move to SKIN_DB? |
| getNameFromId | Doesn't exist | Move to SKIN_DB? |
| createNew | Doesn't exist | Move to SKIN_DB? |
| getContent | Doesn't exist | Move to SKIN_DB? |
| update | Doesn't exist | Move to SKIN_DB? |
| deleteAllParts | Doesn't exist | Move to SKIN_DB? (And make SKIN_DB::delete() use it) |
| updateGeneralInfo | Doesn't exist | Move to SKIN_DB? |
| Function | Helper member | Comments |
|---|---|---|
| getIdFromName | Doesn't exist | Move to TEMPLATE_DB? |
| updateGeneralInfo | Doesn't exist | Move to TEMPLATE_DB? |
| update | Doesn't exist | Move to TEMPLATE_DB? |
| deleteAllParts | Doesn't exist | Move to TEMPLATE_DB? (And make TEMPLATE_DB::delete() use it) |
| createNew | TEMPLATE_DB::create() | Calls back to TEMPLATE::createNew() |
| read | Irrelevant | Extract query to TEMPLATE_DB? |
| exists | Doesn't exist | Move to TEMPLATE_DB? |
| existsID | Doesn't exist | Move to TEMPLATE_DB? |
| getNameFromId | Doesn't exist | Move to TEMPLATE_DB? |
| getDesc | Doesn't exist | Move to TEMPLATE_DB? |