Question: IProject / folder name is YourLastName _ Wk 3 PA Web application is written using the MVC ( Model , View, Controller ) architecture Web

IProject/folder name is YourLastName_Wk3PA
Web application is written using the MVC (Model, View, Controller) architecture
Web application is written using object-oriented PHP programming, including classes for:
Database Connection & Information
Products table model
Products table DB
Products table controller
Categories table model
Categories table DB
Categories table controller
Web application includes 3 user interface pages:
Index/landing/navigation page
Title: "Your Name Wk 3 Performance Assessment"
Page Header: Your Name Product Information
Includes navigation links to all other pages
Filename index.php
Database Connection Status page
Title: "Your Name Wk 3 Performance Assessment"
Page Header: Your Name Database Status
Includes:
Text display of the database name
Text display of the database user ID
Text display of the database password
Text display of the status of the connection (successful or unsuccessful)
Navigation link to the home page
Filename db_conn_status.php
Products page (and Product Add/Update page)
Title: "Your Name Wk 3 Performance Assessment"
Page Header: Product Information
Includes:
Table displaying product information from the database
Code, displays the Code from the products table
Name, displays the Name from the products table
Category, displays the CategoryName from the categories table for the product
Price, displays the Cost from the products table
Ability to Create a new product by specifying (no validation needed):
Product Code
Product Name
Product Category
Product Price
Ability to Update the following for an existing product (no validation needed)
Product Code
Product Name
Product Category
Product Price
Ability to Delete an existing product
Navigation link to the home page

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!