A Gallery System made purely with PHP Object-Oriented Programming (OOP). This system includes several advanced features and functionalities to manage photo galleries efficiently.
- OOP CRUD System: Complete Create, Read, Update, and Delete operations using Object-Oriented Programming principles.
- Administrator Page: A dedicated page for administrators to manage the gallery, users, and comments.
- Multi-Photo Upload Functionality: Supports uploading multiple photos at once, streamlining the process of adding new images to the gallery.
- Comment Section: Allows users to add comments to photos, enhancing interaction and engagement.
- Admin Users Page: An interface for managing users with administrative privileges, including adding, updating, and deleting admin users.
- Abstraction and Inheritance: Utilizes abstraction and inheritance principles of OOP to ensure clean, maintainable, and reusable code.
- PHP 7.0 or higher
- MySQL Database
- Apache Server (e.g., XAMPP)
- Clone the repository:
git clone https://github.com/KingPraise/Gallery_System.git