Created
October 5, 2016 03:28
-
-
Save mahbub-shohag/4eb9ce732706a05a3cd46c74ff3eda6a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
include_once ('../../vendor/autoload.php'); | |
use App\Courses\Courses; | |
$obj = new Courses(); | |
$data = $obj->prepare($_GET)->delete(); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment