query( $query . " ORDER BY created_at DESC LIMIT " . getLimit( $current ) ) ; if ( $mysqli_query->num_rows > 0 ){ $status = '200' ; $list = [] ; while ( $row = $mysqli_query->fetch_assoc() ){ $list[] = $row ; } $data['list'] = $list ; } } require( $require_sub.'footer.php' ) ; ?>