public function transactions() { App_constants::pushJS("assets/frontend/jquery_tables/jquery.dataTables.min.js"); App_constants::pushCSS("assets/frontend/jquery_tables/jquery.dataTables.css"); $transactions = $this->UserModel->getTransactions($this->user, $_GET); $this->load_view_user('user/transactions', array("user" => $this->user, "messages" => $this->getUnseenComments(), "transactions" => $transactions, "arrow" => "transactions")); }