EnggRoom

Full Version: article directory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Problem Statement: The Project is aimed to provide interactive interface to manage content of articles.

Functional Requirements:

1. Category management for organizing articles, categories can be nested as well (i.e category, sub category, further sub category).

2. Provide functionality of adding and updating articles(details like title, description, category).

3. Generate article listing category wise.

4. Search facility to search a article based on keywords that may occur in title or description.

Tasks

1. Prepare Screen designs and database tables designs.

2. Create database tables.

3. Write Code.

4. Add validations.

5. Test the application.
Note: Use PHP and MySQL