Lesson 6 - E-shop in PHP - Making the project runnable
In the previous lesson, E-shop in PHP - Implementing actions and adding libraries, we modified our framework. In today's tutorial, we'll update the project in order to make it work again (after the changes we made to the overall controller structure). We'll update all of the forms that are to be rendered by the form framework as well.
public/css/style.css
Let's remove everything that's related to forms from style.css, since they're now on a separate style sheet. Remove the following selectors:
input[type="submit"] { ... } input[type="submit"]:hover { ... } input[type="text"], input[type="email"], input[type="password"] { ... } input[type="submit"] { ... } textarea { ... }
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Limited offer: Learn all knowledge and save money
Before buying this article, you have to buy the previous one
This article is licensed: Premium II, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll make the project runnable again after the structural changes. We'll split controllers up and generate forms using the framework.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.