Esempio n. 1
0
                            <div id="featured2">

                                <table id="usertable">
                                    <thead>
                                        <tr>
                                            <th>Id</th>
                                            <th>Name</th>
                                            <th>LinkedIn Id</th>
                                            <th>Company</th>
                                        </tr>
                                    </thead>
                                    <tbody>
									<?php 
$userTools = new UserTools();
$users = $userTools->getAll();
foreach ($users as $user) {
    ?>
                                           <tr>
                                                <td><?php 
    echo $user['id'];
    ?>
</td>
                                                <td><?php 
    echo $user['name'];
    ?>
</td>
                                                <td><?php 
    echo $user['linkedin_id'];
    ?>
</td>