A simple PHP-based forum application that allows users to create posts, view them, and add comments while sorting them chronologically.
- User registration and login
- Create and view posts
- Add comments to posts
- Sort comments: newest or oldest first
- Clean and simple Bootstrap-based user interface
- PHP 8.1+
- MySQL
- Bootstrap 5
ekke-webprog/ βββ config/ # Configuration files βββ controllers/ # Controllers βββ helpers/ # Helper functions βββ includes/ # Shared components (e.g., navigation bar) βββ models/ # Data models βββ public/ # Public assets (CSS, JS, images) βββ views/ # Views (HTML templates)