public static function getInstance() { if (is_null(album::$instance)) { album::$instance = new album(); } return album::$instance; }