Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Building a PHP application that allows a user to select items from a menu as if they are ordering from a food truck. Required, Data

Building a PHP application that allows a user to select items from a menu as if they are ordering from a food truck.

Required, Data Driven By Objects: Data for the food truck items must be stored in objects. Important Requirement - Changing the objects and their properties must change the form and totals in the form handler. Do not build your form and form handler statically, meaning so that it always and only supports one set of values! Here's the example code we created in class, the Item class and objectsLinks to an external site.

The application must:

Allow items to be chosen from a form

Display the items chosen and add and display the total cost

Allow more than one of each item to be purchased

Each item must have at least a name, description and price

Disallow incorrect data and provide feedback, for example, when a user inputs a string, the data is not processed and the user is informed of the mistake.

Be built as nearly as possible to PSR-1 Links to an external site.and PSR-2 Links to an external site.standards

Allow extras to be added to particular items (for example, $.25 cents for adding cheese, etc.) NOTE: Keep a base price for all toppings for this assignment.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions