handler.php File Reference

Go to the source code of this file.

Namespaces

namespace  MythWeb

Variables

 $_GET ['start'] = intVal($_GET['start'])
 $_GET ['show'] = intVal($_GET['show'])
 $Logs = array()
 $sh = $db->query('SELECT * FROM mythlog ORDER BY logid DESC LIMIT '.$_GET['start'].','.$_GET['show'])
 exit


Variable Documentation

$_GET['start'] = intVal($_GET['start'])

Definition at line 17 of file backend_log/handler.php.

Referenced by sajax_handle_client_request().

$_GET['show'] = intVal($_GET['show'])

Definition at line 22 of file backend_log/handler.php.

$Logs = array()

Definition at line 27 of file backend_log/handler.php.

$sh = $db->query('SELECT * FROM mythlog ORDER BY logid DESC LIMIT '.$_GET['start'].','.$_GET['show'])

Definition at line 28 of file backend_log/handler.php.

exit

Definition at line 35 of file backend_log/handler.php.


Generated on Sat Dec 18 05:15:52 2010 for MythTV by  doxygen 1.5.5