For anyone interested the money_format() function is not available in PHP 8. So please create the following function in functions.php :
function money_format($money)
{
$fmt = new NumberFormatter('en_UK', NumberFormatter::CURRENCY);
$fmt->setTextAttribute(NumberFormatter::CURRENCY_CODE, 'GBP');
return h($fmt->formatCurrency($money, 'GBP'));
}
IMPORTANT : you must stop the server and uncomment in php.ini the following : extension=intl.
Start the server and enjoy the rest of the course.
PHP: Object-Oriented Programming with Databases
With Kevin Skoglund
Liked by 3,327 users
Duration: 4h 4m
Skill level: Intermediate
Released: 1/30/2018
Course details
Learn how to interact with databases using object-oriented PHP code. In this intermediate course, Kevin Skoglund teaches powerful PHP techniques that streamline interactions with MySQL databases. PHP developers will benefit from the efficient, well-organized, reusable, and easy-to-understand code that object-oriented programming (OOP) offers. Kevin shows how OOP techniques can optimize database queries, help manage sessions, and simplify user logins. He provides practical examples and tips to create objects that interact seamlessly with database rows, to build a content management system with HTML forms, to authenticate users, and to break up long lists of database data into smaller pages.
Note: This is an intermediate-level training course that assumes you have existing knowledge of PHP. To refresh your skills, check out PHP Essential Training and PHP: Object-Oriented Programming.
Note: This is an intermediate-level training course that assumes you have existing knowledge of PHP. To refresh your skills, check out PHP Essential Training and PHP: Object-Oriented Programming.
Skills you’ll gain
Earn a sharable certificate
Share what you’ve learned, and be a standout professional in your desired industry with a certificate showcasing your knowledge gained from the course.
LinkedIn Learning
Certificate of Completion
-
Showcase on your LinkedIn profile under “Licenses and Certificate” section
-
Download or print out as PDF to share with others
-
Share as image online to demonstrate your skill
Meet the instructor
Learner reviews
-
Florentin S.
Florentin S.
Junior Web Developer
-
Emile MANIGAT
Emile MANIGAT
Full-Stack Web Developer and Multimedia Specialist
-
Robert Hull
Robert Hull
Web Architect, MS Office, SQL, Report analyst and writer, Customer Service, Home Improvemen
Contents
What’s included
- Practice while you learn 1 exercise file
- Learn on the go Access on tablet and phone