get_show_details.php File Reference

Go to the source code of this file.

Variables

 $program
 $JSON = new Services_JSON()


Variable Documentation

$program

Initial value:

 new Program($db->query_assoc('SELECT program.*,
                                                    UNIX_TIMESTAMP(program.starttime) AS `starttime_unix`,
                                                    UNIX_TIMESTAMP(program.endtime)   AS `endtime_unix`
                                               FROM program
                                              WHERE program.chanid    = ?
                                                AND program.starttime = FROM_UNIXTIME(?)',
                                            $_REQUEST['chanid'],
                                            $_REQUEST['starttime']
                                            ))

Definition at line 8 of file get_show_details.php.

$JSON = new Services_JSON()

Definition at line 17 of file get_show_details.php.


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