Example #1
0
<table class="tb_list">
	<tr>
		<?php 
//icith
?>
		<th></th>
	</tr>
	<?php 
if ($this->tExamplemodel) {
    ?>
		<?php 
    foreach ($this->tExamplemodel as $oExamplemodel) {
        ?>
		<tr <?php 
        echo plugin_tpl::alternate(array('', 'class="alt"'));
        ?>
>
			<?php 
        //ici
        ?>
			<td>
				
				<?php 
        //links
        ?>
				
				
			</td>
		</tr>	
		<?php 
    }
Example #2
0
    ?>
</th>
		<?php 
}
?>
		<th ></th>
	</tr>

	<?php 
if ($this->tArticle) {
    ?>
	<?php 
    foreach ($this->tArticle as $oArticle) {
        ?>
	<tr class="<?php 
        echo plugin_tpl::alternate(array('white', 'gray'), 'boucle1');
        ?>
">
		<?php 
        foreach ($this->tColumn as $sColumn) {
            ?>
			<td >
				<?php 
            if ($sColumn == 'auteur_id') {
                ?>
					<?php 
                echo $oArticle->findAuteur()->nom . 'd';
                ?>
 
				<?php 
            } else {