Beispiel #1
0
<?php

require_once realpath(dirname(__FILE__)) . "/../Controller/PostsController.php";
$con = new PostsController();
echo realpath(dirname(__FILE__)) . "/../Controller/PostsController.php";
$con->controller_ins_posts();