Example #1
0
<i class="icon-menu-2"></i>
                </th>
                <th class="sorttable_numeric">
                    <?php 
echo JText::_('GURU_COMMISSIONS');
?>
<i class="icon-menu-2"></i>
                </th> 
            </tr>
        </thead>
        
         <tbody>
        <?php 
$k = $pagination->limitstart;
for ($i = 0; $i < $n; $i++) {
    $student_name = $guruModelguruAuthor->getStudentName($details[$i]["customer_id"]);
    $course_name = $guruModelguruAuthor->getCourseName1($details[$i]["course_id"]);
    $promo_code = $guruModelguruAuthor->getPromoDetails($details[$i]["promocode_id"], $details[$i]["price"]);
    $character = "GURU_CURRENCY_" . $details[$i]["currency"];
    ?>
				<tr> 
					<td>
						<?php 
    echo $k + 1;
    ?>
					</td>
					<td>
						<?php 
    echo $details[$i]["id"];
    ?>
					</td>