This project is a test task for AEON.
It's adding a new Users section with full CRUD functionality, pagination, and search.
- Added Users section
- Display columns: Plot ID, First name, Last name, Phone, Email, Last login
- Pagination (20 users per page)
- Search by name, phone, or email
- Create / Edit / Delete user
- Validation for required fields and input formats
- Supports assigning multiple Plots to one user (comma-separated)
- Active menu highlighting for “Users” and “Plots”
- Use any phone number from the
userstable - Verification code: 1111
- Import
test.sqlinto your MySQL database - Configure database connection in
cfg/general.inc.php - Run the project on a local server