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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started