3天前我問了這個問題,但沒有回答。 以下是其他信息的鏈接:how to get paginate to work instead of getting redirected to 'public/index.html'?。 我會在這裏澄清/簡化問題。 我使用public/index.html作爲我的訪問者主頁。用戶登錄後,新主頁位於'/ home'。在這個'/家',有一個飼料。我使用此視圖在我的視
我有這個在我接觸模型: public static function contacts($perPage = 10)
{
$order_type = '.desc';
$order = Session::get('contact.order', 'first_name' . $order_type); // Set the default order to created_a