Question: Web Programming/PHP In PhpStorm, create a new directory named lab01 . Within that directory, create the following (the code and/or markup will be added later):

Web Programming/PHP

In PhpStorm, create a new directory named lab01. Within that directory, create the following (the code and/or markup will be added later):

a model directory

create a database.php file that will connect to your database

whatever your subject/topic is, create a [subject/topic]_db.php file that will be used to query the database

a style directory

create a styles.css file used for any custom styles you want to include for your pages of the site

copy the bootstrap.min.css file from above and paste it in this directory

a view directory

create a header.php file that will contain the HTML and links used at the top of all pages in the assignment

create a footer.php file that will contain the HTML and links used at the bottom of all pages in the assignment

create a [subject/topic]_list.php file that will eventually have a table to list all of your records

an index.php file in the root directory of your lab folder that will serve as your controller

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!