channel.php File Reference

Go to the source code of this file.

Namespaces

namespace  MythWeb

Functions

 channel_select ($params= '', $selected='')
 Prints a <select> of the available channels /*.
 date_select ($params= '')
 Prints a <select> of the available date range Reused *almost* verbatim from modules/tv/list.php /*.

Variables

 $this_channel = & load_one_channel($_REQUEST['chanid'])
 $_SESSION ['list_time'] = $_REQUEST['date']
$this_channel programs
 exit


Function Documentation

channel_select ( params = '',
selected = '' 
)

Prints a <select> of the available channels /*.

Definition at line 61 of file channel.php.

date_select ( params = ''  ) 

Prints a <select> of the available date range Reused *almost* verbatim from modules/tv/list.php /*.

Definition at line 90 of file channel.php.


Variable Documentation

$this_channel = & load_one_channel($_REQUEST['chanid'])

Definition at line 27 of file channel.php.

$_SESSION['list_time'] = $_REQUEST['date']

Definition at line 33 of file channel.php.

$this_channel programs

Initial value:

 load_all_program_data(mktime(0, 0, 0, date('n', $_SESSION['list_time']), date('j', $_SESSION['list_time']), date('Y', $_SESSION['list_time'])),
                                                    mktime(0, 0, 0, date('n', $_SESSION['list_time']), date('j', $_SESSION['list_time']) + 1, date('Y', $_SESSION['list_time'])),
                                                    $this_channel->chanid)

Definition at line 42 of file channel.php.

Referenced by DBEvent::UpdateDB().

exit

Definition at line 52 of file channel.php.


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