I have a model Logbook
for pilot and my controller Return
$this->log_book->orderBy('flight_date','asc')->paginate(18);
I want to sum total flight time in each page.
total flight time for first page calculate from DB but for second page and next page , $previous_total_page_time
should be total time of first page and for next page too.
I don't know how can save a variable temporary $page_previous_total_time
and use it in second and next pages
flight time is saved as A Int (minutes in integer)
request is Get
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire