PHP File Manager
Editing File: sandbox.php
<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Sandbox</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> </head> <body> <?php $orders = $this->orders->get2(); preprint($this->db->query('EXPLAIN ' . $this->db->last_query())->result()); preprint($orders); ?> </body> </html>
Cancel