Changeset 227 for Dev/branches/Cartis/classes/dbDataSelectionWidget.php
- Timestamp:
- 01/12/12 17:30:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/classes/dbDataSelectionWidget.php
r202 r227 17 17 public $sessions; 18 18 public $gamedata; 19 20 // toegevoegd questions 21 public $questions; 22 19 23 20 24 public function __construct() { … … 23 27 $this->sessions = $dbi->get("Session", array()); 24 28 $this->gamedata = $dbi->get("Application", array()); 29 30 // toegevoegd questions 31 $this->questions = $dbi->get("Question", array()); 25 32 } 26 33
Note: See TracChangeset
for help on using the changeset viewer.