Sunteți pe pagina 1din 1

PROJECT DEVELOPMENT STEPS

1. System Requirement Study


Study of Old Working System
User Requirements
2. Searching Entities and its characteristics
E.g. Entity is User and Characteristics are User Role, User Name, Address,
User ID, Password etc.
3. Designing System
Designing Entity Relationship Diagram
Desgining Database with proper table names, table columns, data types

and sample data.


Designing Forms if developing application or Webpages if developing

website.
Interlinking Forms or Webpages
4. Implementing Forms / Webpages Control Logic
Finding common variables, common piece of code etc. used for the whole

project. Implementing such variables or code in common module or file.


Implementing Add, Update, Delete and View data logic in forms or

webpages.
Closing database connection if used in forms / webpages before closing
form / webpage.

5.

S-ar putea să vă placă și