probleme resolu sur artiste liste
This commit is contained in:
12
CodeIgniter-3.1.13/application/views/artistes_list.php
Normal file
12
CodeIgniter-3.1.13/application/views/artistes_list.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<h5>Artiste list</h5>
|
||||
<section class="list">
|
||||
<?php
|
||||
foreach($artistes as $artistes){
|
||||
echo "<div><article>";
|
||||
echo "<header class='short-text'>";
|
||||
echo anchor("artistes/view/{$artistes->id}","{$artistes->name}");
|
||||
echo "</header>";
|
||||
echo "</article></div>";
|
||||
}
|
||||
?>
|
||||
</section>
|
||||
Reference in New Issue
Block a user