|
| | deleteCategoryAll ($cat_id) |
| |
| | getCatByForumId ($forum_id) |
| |
| | getCatOrder ($cat_id) |
| |
| | getCatsInOrder ($cat_order, $dir, $num) |
| |
| | deleteForumAll ($forum_id) |
| |
| | deleteCategory ($cat_id) |
| |
| | deleteForumPosts ($forum_id) |
| |
| | deleteForumTopics ($forum_id) |
| |
| | deleteForum ($forum_id) |
| |
| | getCatName ($cat_id) |
| |
| | editCategory ($cat_id, $cat_name, $cat_order, $cat_expanded) |
| |
| | insertCategory ($cat_name, $uri, $cat_order, $cat_expanded) |
| |
| | getForum ($forum_id) |
| |
| | editForum ($forum_id, $title, $desc, $type, $order) |
| |
| | insertForum ($cat_id, $title, $desc, $type, $uri, $order) |
| |
| | getReportedPosts ($u) |
| |
| | getHiddenPosts ($u) |
| |
| | getXxxPosts ($u, $sWhere='') |
| |
| | clearReport ($post_id) |
| |
| | getRow ($query, $bindings=[], $arr_type=PDO::FETCH_ASSOC) |
| |
| | getOne ($query, $bindings=[]) |
| |
| | getColumn ($query, $bindings=[]) |
| |
| | getFirstRow ($query, $bindings=[], $arr_type=PDO::FETCH_ASSOC) |
| |
| | getNextRow () |
| |
| | getNumRows ($res=null) |
| |
| | getLastId () |
| |
| | query ($query, $bindings=[]) |
| |
| | getAll ($query, $bindings=[], $arr_type=PDO::FETCH_ASSOC) |
| |
| | escape ($s) |
| |
| | unescape ($s) |
| |
| | __construct () |
| |
| | log ($s) |
| |
| | displayError ($s) |
| |
| | getErrorPageXML ($s) |
| |
| | getLangs () |
| |
| | getLangsXml () |
| |
| | getUrlsXml () |
| |
| | addHeaderFooter (&$li, $content) |
| |
| | getPageXML ($first_load=1, &$p) |
| |
| | cacheWrite ($fn, $s) |
| |
| | cacheRead ($fn) |
| |
| | cacheExists ($fn) |
| |
| | cacheEnabled () |
| |
Definition at line 37 of file DbAdmin.php.
◆ clearReport()
| DbAdmin::clearReport |
( |
|
$post_id | ) |
|
◆ deleteCategory()
| DbAdmin::deleteCategory |
( |
|
$cat_id | ) |
|
◆ deleteCategoryAll()
| DbAdmin::deleteCategoryAll |
( |
|
$cat_id | ) |
|
◆ deleteForum()
| DbAdmin::deleteForum |
( |
|
$forum_id | ) |
|
◆ deleteForumAll()
| DbAdmin::deleteForumAll |
( |
|
$forum_id | ) |
|
◆ deleteForumPosts()
| DbAdmin::deleteForumPosts |
( |
|
$forum_id | ) |
|
◆ deleteForumTopics()
| DbAdmin::deleteForumTopics |
( |
|
$forum_id | ) |
|
◆ editCategory()
| DbAdmin::editCategory |
( |
|
$cat_id, |
|
|
|
$cat_name, |
|
|
|
$cat_order, |
|
|
|
$cat_expanded |
|
) |
| |
◆ editForum()
| DbAdmin::editForum |
( |
|
$forum_id, |
|
|
|
$title, |
|
|
|
$desc, |
|
|
|
$type, |
|
|
|
$order |
|
) |
| |
◆ getCatByForumId()
| DbAdmin::getCatByForumId |
( |
|
$forum_id | ) |
|
◆ getCatName()
| DbAdmin::getCatName |
( |
|
$cat_id | ) |
|
◆ getCatOrder()
| DbAdmin::getCatOrder |
( |
|
$cat_id | ) |
|
◆ getCatsInOrder()
| DbAdmin::getCatsInOrder |
( |
|
$cat_order, |
|
|
|
$dir, |
|
|
|
$num |
|
) |
| |
◆ getForum()
| DbAdmin::getForum |
( |
|
$forum_id | ) |
|
◆ getHiddenPosts()
| DbAdmin::getHiddenPosts |
( |
|
$u | ) |
|
◆ getReportedPosts()
| DbAdmin::getReportedPosts |
( |
|
$u | ) |
|
◆ getXxxPosts()
| DbAdmin::getXxxPosts |
( |
|
$u, |
|
|
|
$sWhere = '' |
|
) |
| |
◆ insertCategory()
| DbAdmin::insertCategory |
( |
|
$cat_name, |
|
|
|
$uri, |
|
|
|
$cat_order, |
|
|
|
$cat_expanded |
|
) |
| |
◆ insertForum()
| DbAdmin::insertForum |
( |
|
$cat_id, |
|
|
|
$title, |
|
|
|
$desc, |
|
|
|
$type, |
|
|
|
$uri, |
|
|
|
$order |
|
) |
| |
The documentation for this class was generated from the following file: