Lesson 21 - E-shop in PHP - ProductHelper and JavaScript
In the previous lesson, E-shop in PHP - Product detail logic, we prepared the models and the controller
for product details as well as user reviews. In today's tutorial, we'll prepare
everything needed to add the product template to our project
Helper
Since we want to work with products in a serious manner, we'll need a ProductHelper class. Its main purpose will be price formatting and displaying star ratings. We'll need to use these things from several places in the application. Otherwise, we'd have to copy loops and conditions into the template, which would make things really confusing.
app/helpers/ProductHelper.php
class ProductHelper
{
}
rating()
This method will generate empty and full stars as Bootstrap glyph icons, based on the sum of the product ratings and their count. If the number of ratings isn't included, it'll simply treat the sum as the number of stars that it needs to render.
...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.
Buy this course
Before buying this article, you have to buy the previous one
This article is licensed: Premium no-reselling, by buying this article, you agree with the terms of use.

Commercial article (licence no-reselling)
This article is based on many years of experience in the IT field, and describes how to develop a professional commercial product or parts, that can be directly used to generate profit or to get as a gate into the industry.
This knowledge is only for the members of our community who are working their way up to become IT professionals. Therefore, this knowledge is only available in exchange for credits. You can use the source code from this article for one commercial project. However, you will not be able to resell it. Simply put, you can't buy our article once and then sell our code multiple times. If you need to use this code a bit more extensively, we are ready to discuss Commercial licence options with you. You can find more info on this in the following article Licence.
Are you ready to become a professional? All you have to do is click here!.
Article description
Requested article covers this content:
In this tutorial, we'll add the ProductHelper to our e-shop, prepare the styles, add a license for a bootstrap template, and JavaScript for star rating.
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.