Changeset 93 for trunk/www/Application/Model/Cluster.php
- Timestamp:
- Aug 15, 2013, 11:17:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Model/Cluster.php
r78 r93 7 7 function __construct($System, $Id) 8 8 { 9 $this->System = $System; 10 $this->Config = $System->Config; 11 $this->Database = $System->Database; 9 parent::__construct($System); 12 10 13 11 $DbResult = $this->Database->query('SELECT * FROM `ClusterNode` WHERE `Id`='.$Id); … … 31 29 } 32 30 } 33 34 ?>
Note:
See TracChangeset
for help on using the changeset viewer.