Beispiel #1
0
 private function Call()
 {
     $dbcall = new TopicData();
     try {
         $dbcall->connect();
     } catch (Exception $e) {
         echo "{$e->getMessage}() table call";
         exit;
     }
 }
Beispiel #2
0
// activities
// tasks
// subTasks
//********************************************************
?>

<head>
    <link rel="stylesheet" href="style.css">	
</head>

<?php 
$topics = array();
$table = 'badges';
$constraint = "badge = 'wolf'";
$data = new TopicData();
$data->connect();
?>
<!--Fill in location for form to be sent once it is determined-->
<form action="index.php" method="post">
   <legend><span class="legend">Select the badge you want to view.</span></legend>
    <fieldset>
       
        <input type="radio" name="bobcat" id="bobcat">
        <label for='bobcat'>Bobcat</label>

        <input type="radio" id='tiger' name="tiger">
        <label for='tiger'>Tiger</label>

        <input type="radio" id='wolf' name="wolf">
        <label for='wolf'>Wolf</label>