Home
last modified time | relevance | path

Searched refs:PostDataHandler (Results 1 – 6 of 6) sorted by relevance

/dports/www/mybb/mybb-mybb_1829/inc/
H A Dclass_custommoderation.php249 $posthandler = new PostDataHandler("insert");
455 $posthandler = new PostDataHandler("insert");
/dports/www/mybb/mybb-mybb_1829/
H A Deditpost.php516 $posthandler = new PostDataHandler("update");
753 $posthandler = new PostDataHandler("update");
H A Dxmlhttp.php381 $posthandler = new PostDataHandler("update");
535 $posthandler = new PostDataHandler("update");
H A Dnewthread.php336 $posthandler = new PostDataHandler("insert");
737 $posthandler = new PostDataHandler("insert");
H A Dnewreply.php389 $posthandler = new PostDataHandler("insert");
979 $posthandler = new PostDataHandler("insert");
/dports/www/mybb/mybb-mybb_1829/inc/datahandlers/
H A Dpost.php35 class PostDataHandler extends DataHandler class