Home > MySQL, PHP, Programming, XHTML > Admin Interface For Reviews

Admin Interface For Reviews

October 25th, 2009

It’s a PHP 5 + MySQL 5 + Zend Framework Project.

It’s an admin interface for managing reviews.

Requirements:
- Display reviews
- Functionality to filter the results by ID, author, author’s email (i.e. search in fields using like ‘%something%’)
- Paging (e.g. display 50 reviews per page) 1, 2, 3 etc.
- View review
- Edit review
- Approve review – notifies the user that the review has been approved.
- Delete review
- Disapprove review (which will make the review inactive) and the user should be notified that his/her review has been rejected.
reads a template file.
Also there should be a way the admin user to give reason why the review has been rejected.
e.g. this could be a checkbox [X] Give Reason that will make visible a text area to allow admin user to enter text which will override the default.
….
Please look at app/docs/readme.txt from the attached file for the full list of tasks and installation/setup.


Admin Interface For Reviews

Comments are closed.
Bear