Go to the source code of this file.
Namespaces | |
| namespace | MythTV |
Variables | |
$Frontends | |
array $GLOBALS['Frontends']
/* | |
| global | $Frontends = array() |
| $sh | |
| $Frontends [$host] = new MythFrontend($host, $port) | |
| $Frontends = array() |
Definition at line 22 of file mythfrontend.php.
| $sh |
Initial value:
$db->query('SELECT s1.hostname, s2.data FROM settings AS s1, settings AS s2 WHERE s1.hostname = s2.hostname AND s1.value = "NetworkControlEnabled" AND s1.data=1 AND s2.value = "NetworkControlPort" ORDER BY s1.hostname' )
Definition at line 26 of file mythfrontend.php.
| $Frontends[$host] = new MythFrontend($host, $port) |
Definition at line 38 of file mythfrontend.php.
1.5.5