function __construct(&$Core, &$Where) { parent::__construct($Core); $this->Where =& $Where; }
function __construct(&$Core) { parent::__construct($Core); }