Ejemplo n.º 1
0
</div>



<div class="row">
<table class="table table-stripped table-hover">
<tr>
<th>Id</th>
<th>Category Name</th>
<th>Added Date</th>
<th>Status</th>
<th>Action</th>
</tr>

<?php 
foreach ($category_repository->get_all('id desc') as $enq) {
    ?>
<tr>
	<td><?php 
    echo $enq->get_id();
    ?>
</td>
	<td><?php 
    echo $enq->get_category_name();
    ?>
</td>
	<td><?php 
    echo $enq->get_added_date();
    ?>
</td>
	<td><?php