pagination.php
Showing 7 of 7 total issues
Call to undeclared function \krumo()
Open
Open
krumo($procedures);
- Create a ticketCreate a ticket
- Exclude checks
Call to method getInstance
from undeclared class \DB
Open
Open
$db = DB::getInstance();
- Create a ticketCreate a ticket
- Exclude checks
Define a constant instead of duplicating this literal "PHP_SELF" 4 times. Open
Open
<td><a href="<?= $_SERVER["PHP_SELF"] . "?page=1"; ?>">Primero</a></td>
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Multi-line function call not indented correctly; expected 4 spaces but found 8 Open
Open
["start" => $offset, "end" => $items_per_page]);
- Create a ticketCreate a ticket
- Exclude checks
Closing parenthesis of a multi-line function call must be on a line by itself Open
Open
["start" => $offset, "end" => $items_per_page]);
- Create a ticketCreate a ticket
- Exclude checks
Opening parenthesis of a multi-line function call must be the last content on the line Open
Open
$procedures = $db->get_query("SELECT * FROM wp_procedure ORDER BY creation_date LIMIT :start, :end",
- Create a ticketCreate a ticket
- Exclude checks
Expected 1 space after closing parenthesis; found 0 Open
Open
<?php foreach ($procedures["data"] as $row): ?>
- Create a ticketCreate a ticket
- Exclude checks