Example #1
0
<?php

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

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

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

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

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

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

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

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