[PHP-NOTES] note 130578 added to class.yaf-router
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
des exemples de vues
@code
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Mon magasin</title>
</head>
<body>
<?php if ($produitcherche === null || $produitcherche->getId() === null): ?>
<tr>
<td colspan="4">Aucun produit</td>
</tr>
<?php else: ?>
<table>
<thead>
<tr>
<th> id </th>
<th> name </th>
<th> price </th>
<th> quantity </th>
</tr>
</thead>
<tbody>
<tr>
<td><?= htmlspecialchars($produitcherche->getId()) ?></td>
<td><?= htmlspecialchars($produitcherche->getName()) ?></td>
<td><?= htmlspecialchars($produitcherche->getPrice()) ?></td>
<td><?= htmlspecialchars($produitcherche->getQuantity()) ?></td>
</tr>
</tbody>
</table>
<?php endif; ?>
</body>
</html>
@endcode
----
Server IP: 206.189.2.9
Probable Submitter: 2001:660:7220:385:193:52:103:33
----
Manual Page -- https://php.net/manual/en/class.yaf-router.php
Edit -- https://main.php.net/note/edit/130578
Del: integrated -- https://main.php.net/note/delete/130578/integrated
Del: useless -- https://main.php.net/note/delete/130578/useless
Del: bad code -- https://main.php.net/note/delete/130578/bad+code
Del: spam -- https://main.php.net/note/delete/130578/spam
Del: non-english -- https://main.php.net/note/delete/130578/non-english
Del: in docs -- https://main.php.net/note/delete/130578/in+docs
Del: other reasons-- https://main.php.net/note/delete/130578
Reject -- https://main.php.net/note/reject/130578
Search -- https://main.php.net/manage/user-notes.php