public static function getInstance() { if (!self::$instance) { self::$instance = new ImageDAO(); } return self::$instance; }