function _construct() { parent::_construct(); $this->update_gamestatus(); }
function __construct() { parent::__construct(); }
function __construct() { parent::__construct('collections', 'Token', 'Player', 'Piece', 'Datetime'); }
function __construct($tablename = null, $keyfield = 'id', $keyfield2 = 'part') { parent::__construct($tablename, $keyfield); $this->_keyField2 = $keyfield2; }