Skip to content

Instantly share code, notes, and snippets.

@mahbub-shohag
Created October 5, 2016 03:28
Show Gist options
  • Save mahbub-shohag/4eb9ce732706a05a3cd46c74ff3eda6a to your computer and use it in GitHub Desktop.
Save mahbub-shohag/4eb9ce732706a05a3cd46c74ff3eda6a to your computer and use it in GitHub Desktop.
<?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