Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [HTML][PHP]Pętla foreach w html ( bootstrap )
dolar
post 22.05.2017, 11:05:14
Post #1





Grupa: Zarejestrowani
Postów: 92
Pomógł: 0
Dołączył: 19.10.2016

Ostrzeżenie: (0%)
-----


Utknelam na pewnej petli. Otoz mam pewna liste produktow ( nie wiem ile ich jest ). Chcialabym je wyswietlac po 3 w jednym <div row > w petli, poniewaz akurat tak jest zaprojektowany layout. Niestety cos mi nie idzie. Kombinowalam tak (ale nie dziala niestety) :

  1.  
  2. $count = 3
  3.  
  4. @foreach($subcategoryProducts as $product)
  5. @if($count/3==0)
  6. <div class="row-fluid">
  7. <ul class="thumbnails">
  8. @endif
  9.  
  10. <li class="span4">
  11. <div class="thumbnail">
  12. <a href="/product/{{$product->id}}" class="overlay"></a>
  13. <a class="zoomTool" href="/product/{{$product->id}}"
  14. title="add to cart"><span
  15. class="icon-search"></span> Szczegóły</a>
  16. <a href="/product/{{$product->id}}"><img src="{{$product->getImageURL()}}"
  17. alt=""></a>
  18.  
  19. <div class="caption cntr">
  20. <p>{{$product->name}}</p>
  21.  
  22. <p><strong> {{$product->price}}</strong></p>
  23. <h4><a class="shopBtn" href="/koszyk/dodaj/{{$product->id}}"
  24. title="add to cart"> Dodaj do koszyka </a>
  25. </h4>
  26. <br class="clr">
  27. </div>
  28. </div>
  29. </li>
  30. <?php
  31. $count++;
  32. ?>
  33. @if($count/3==0)
  34. </ul>
  35. </div>
  36.  
  37. @endif
  38.  
  39. @endforeach


Co robie zle? Dodam ze jest to na framework LARAVEL.

Ten post edytował dolar 22.05.2017, 11:07:06
Go to the top of the page
+Quote Post
wolguy
post 22.05.2017, 11:31:56
Post #2





Grupa: Zarejestrowani
Postów: 219
Pomógł: 10
Dołączył: 9.01.2005

Ostrzeżenie: (0%)
-----


użyj $count%3
Go to the top of the page
+Quote Post
dolar
post 22.05.2017, 11:37:28
Post #3





Grupa: Zarejestrowani
Postów: 92
Pomógł: 0
Dołączył: 19.10.2016

Ostrzeżenie: (0%)
-----


Dziękuje dziala smile.gif niby taka pierdola...
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 7.07.2025 - 20:44