Sunday, June 12, 2016
How to view 2 data from sql table in bootstrap carousel with codeigniter
How to view 2 data from sql table in bootstrap carousel with codeigniter
If you want to view multiple data in a carousel you can use this code
change the column variable with 3 if you want to view 3 data at once
<div id="myCarousel" class="carousel slide carousel-fade">
<!-- Dot Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<?php
if (sizeof($testimonis) % 2 == 0) {
$loop = sizeof($testimonis) / 2;
} else {
$loop = sizeof($testimonis) / 2 ;
$loop= round($loop);
}
for ($i = 1; $i < $loop ; $i++) {
?>
<li data-target="#myCarousel" data-slide-to="<?php echo $i; ?>"></li>
<?php } ?>
</ol> <div class="carousel-inner">
<?php
$counter = 0;
foreach ($testimonis as $testimoni) {
if ($counter % 2 == 0) {
if ($counter == 0) {
echo '<div class=" active item"><div class="row" style="height:300px">';
} else {
echo '<div class="item"><div class="row" style="height:300px">';
}
}
?>
<div class="col-md-6"><span class=""><?php echo $testimoni->testimoni; ?></span><br><br><span class=""><?php echo $testimoni->nama; ?></span></div>
<?php
$counter++;
if ($counter % 2 == 0) {
echo '</div></div>';
}
}
?>
</div> </div> </div> </div>
Tuesday, January 26, 2016
Build-a-lot World trainer cheat table for cheat engine
Play FreeDownload the game
If this is your first time downloading a game from Big Fish, our handy Game Manager app will install on your computer to help manage your games.
It's a great big world and there's lots of building to do! In Build-a-lot World, you'll earn big profits and great rewards as you build your way across the globe!
Open your toolbox now for:
- OVER 100 LEVELS AND 15 TOWNS TO EXPLORE!
- MEET DIFFERENT HOSTS IN THE TOWN!
- BUILD THE EXACT WORLD OF YOUR DREAMS!
Game Club Members
SAVE 30% on in-game items
30%OFF!
Game System Requirements:
- OS: Windows XP/Windows Vista/Windows 7
- CPU: 1.0 GHz
- RAM: 1024 MB
- DirectX: 9.0
- Hard Drive: 416 MB
Big Fish Games App System Requirements:
- Browser: Internet Explorer 7 or later
Subscribe to:
Comments (Atom)


