first commit
This commit is contained in:
15
application/views/test.php
Normal file
15
application/views/test.php
Normal file
@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<ul>
|
||||
<?php
|
||||
foreach ($kategori as $k) {
|
||||
//echo $k->Nama;
|
||||
if ( $k->id !=0){
|
||||
echo "<li>".$k->Nama."</li>";
|
||||
}
|
||||
}
|
||||
?>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user