Example #1
0
<?php

try {
    $BlogPost = new BlogPost($_GET['uid']);
    $SingleBlogData = $BlogPost->GetData();
} catch (Exception $e) {
    $Notices[] = $e->getMessage();
}