コード例 #1
0
    $bootstrap = new Bootstrap();
    $bootstrap->setDizi('../');
    $bootstrap->controller_vb();
    ?>
</head>
<body>
    <?php 
    $header = new Header();
    $header->setDizin('../');
    $header->kokSayfa_header();
    $panel = new PanelInclude();
    $panel->setPath('../');
    if (isset($_SESSION['doktor_id'])) {
        $panel->doktorInclude();
    } else {
        $panel->adminInclude();
    }
    ?>
    <br><br><br>
    <div class="container">
    <div class="panel-group">        
        <div class="panel panel-primary">
            <div class="panel-heading" id="hclick" ><center>Müşteri Listesi</center></div>
            <div class="panel-body" id="pclick" >
                <table class="table">

                    <tr>
                        <th>Müşteri Adı</th>
                        <th>Müşteri Soyadı</th>
                        <th>Eposta</th>
                        <th>Telefonu</th>