aa
This commit is contained in:
@@ -241,6 +241,7 @@ function showOrdini()
|
|||||||
$str = "Ordine: aaa";
|
$str = "Ordine: aaa";
|
||||||
return $str;
|
return $str;
|
||||||
|
|
||||||
|
/*
|
||||||
$orders = Order::orderBy('DataOra', 'desc')->take(5)->get();
|
$orders = Order::orderBy('DataOra', 'desc')->take(5)->get();
|
||||||
|
|
||||||
$str = "";
|
$str = "";
|
||||||
@@ -258,7 +259,7 @@ function showOrdini()
|
|||||||
return "Errore: " . $e->getMessage();
|
return "Errore: " . $e->getMessage();
|
||||||
}
|
}
|
||||||
|
|
||||||
return $str;
|
return $str;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
function libriInPrevendita()
|
function libriInPrevendita()
|
||||||
|
|||||||
Reference in New Issue
Block a user