Example #1
0
<tr>
  <th class="title" colspan="5">Extensions PECL</th>
</tr>

<tr>
  <th>Nom</th>
  <th>Description</th>
  <th>Obligatoire ?</th>
  <th>Utilité</th>
  <th>Installation ?</th>
</tr>

<?php 
$extension = new CPHPExtension();
foreach ($extension->getAll() as $prereq) {
    ?>
  <tr>
    <td><strong><?php 
    echo $prereq->name;
    ?>
</strong></td>
    <td class="text"><?php 
    echo nl2br($prereq->description);
    ?>
</td>
    <td>
      <?php 
    if ($prereq->mandatory) {
        ?>
      Oui