Esempio n. 1
0
<?php

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

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

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

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

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

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

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

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