💡 What You'll See in This Video:
Custom Routing: Implementation of clean, custom routing in the format Domen/alias/c{id}(Category) and Domen/alias/p{id} (Product). I show how the core router class works.
Image Management: Automatic generation and processing of three required image sizes for a single product: 110x110, 250x250, 450x450.
Multi-Categorization: Implementation of the ability to add a single product to multiple parent categories (multi-parenting).
SEO & Microformats: Implementation of required meta-tags and breadcrumbs in microformat for better indexing.
Admin Panel: Overview of the implemented administration panel for managing products, categories, and users.
🛠️ Technologies Used:
PHP (Pure PHP): Backend logic and core functionality.
MySQL: Database.
MVC: Architectural Pattern.
Frontend: HTML, CSS, JavaScript, Bootstrap 4, FontAwesome.