Skip to main content

PHP Tutorial–Guest Book–System Definition and Requirements

In this lesson I’m going to illustrate the system definition and requirements for the Guest Book application.

It is an important step in developing any application, since this step gives us an orientation about the system and its functionality, what is expected from the system to do. actually the system definition comes from keywords from customers and end users, usually try to make it clear for what they need in the application, and what they expect the system to do. 

As developers it is our role to define the requirements for the system to be developed. In our example the system definition for the Guest Book is: A system that allows visitors of the site to post their comments and feedbacks about the site, with the possibility for managing comments and maintain it easily and user friendly.

On the other hand, the system requirements are:

  • a web server, since it is clear that the developed system is going to run on the Internet, so it is a web-based application not windows-based.
  • Database server, in order to store the posts inside and retrieve it easily and on time access. In our example am going to use MySQL server.
  • Programming language, to apply the logic of the developed application and solve achieve the needed system. In our case, we are going to use PHP for this job, therefore the web server must be able to deploy PHP on it, so we might use Apache as server, we might use any server that supports PHP.
  • For user interface, we need XHTML and CSS to provide a user friendly interface, moreover we might use some codes of JavaScript to maintain ease of use and validating user inputs.

We might look for the system as a 3-Tier Layer, the Data Tier (MySQL Server), the Middle Tier or Business Tier (Apache Server and PHP), and the Presentation tier (XHTML, CSS,…).

That’s all for aspects related to the system definition and requirements, our next lesson will focus on analysis and design for the database including the implementation for it. Until then wish you all enjoy the development steps for the Guest Book application, any questions or feedbacks don’t hesitate to share it with us.

To download this lesson as PDF click here: PHP Tutorial–Guest Book–System Definition and Requirements

Cheers,

Anas Jaghoub

Comments

Popular posts from this blog

Web Development Best Practices (PHP Best Practices)

Websites development is one of the most challenging projects ever to develop, according to the large number of components you deal with, integrate, and manage in your application. For example, most web projects Deal with databases as their data source, and I ntegrate with external services called web services and APIs. As well the application M anages its own objects and components from views to models to controllers to plugins and so on. A skilled web developer should have a great/deep knowledge in most of components used in his system, and as well should ha ve intensive focus on how each component work and how can be used, what can be done, and what cannot. On the other hand, the huge amount of requirements, components to manage, and time frame given to you to accomplish your mission, and number of people in your team, all these factors together requires from you to organize your tasks, and priorities your requirements, do deep analysis and planning in order to have a hi

Welcome To my blog :)

Hi all, I'm glad to start blogging here, to keep close to all of those who are interested in technologies in general, and specially programming and developing softwares. From this area, I'm going to share my little experience in developing windows based applications using C# .Net, and web based applications using PHP and ASP.Net.  There'll be lessons and trainings on programming and developing softwares.  Hope you all come and share us with your knowledge and experience, so we'll share knowledge. We all here believe that knowledge for all, and work for that. come and be part of this.  If you want to share us with your knowledge and experience in any topics related to programming and developing softwares, don't hesitate to contact us and start the trip.  Best Regards,  Anas Jaghoub