示例#1
0
<?php

require_once "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->delete();
示例#2
0
<?php

require "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->upvote();
示例#3
0
<?php

require_once "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->view();
示例#4
0
<?php

require_once "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->search();
示例#5
0
<?php

require "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->downvote();
示例#6
0
<?php

require_once "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->add();
示例#7
0
<?php

require_once "../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->index();
示例#8
0
<?php

require_once "../../bootstrap.php";
$threadController = new \stackexchange\controller\ThreadController();
$threadController->update();