Laravel this is not only a practical framework, it is also a programming style
How can i select the next to last record added to a table. I can select the last record like -
transition::order_by('created_at', 'desc')->first();
Aucun commentaire:
Enregistrer un commentaire