Book Image

Getting Started with PHP 7 [Video]

By : Budi Irawan
Book Image

Getting Started with PHP 7 [Video]

By: Budi Irawan

Overview of this book

<p>When it comes to modern web development, performance is everything. The latest version of PHP has been improvised and updated to make it easier to build for performance, improved engine execution, better memory usage, and a new and extended set of tools. If you’re a web developer, what’s not to love? This course would guide you with the new features of PHP 7, advanced OOP and get equipped with SOLID Principles and Design Pattern.</p> <p>PHP is an excellent language for object oriented programming. The new features of PHP 7 makes it more fast and scalable. This video covers the basic concepts of PHP programming in a step-by-step manner.The viewer will be able to improve their productivity by learning design patterns which will promote code reuse and reduce redundancy. The video would go in detail about advance OOP concepts, networking, design patterns, debugging, etc</p> <p>This course will show you how to make full use of PHP 7 with a range of practical projects that will not only teach you the principles, but also show you how to put them into practice. It will push and extend your skills, helping you to become a more confident and fluent PHP developer.</p> <h1>Style and Approach</h1> <p>This video would be focus on the latest version of PHP(version 7). PHP 7 has special focus on performance and optimization. It would be a progressive coursel which will contain concepts and real life examples that will enable the reader to build robust PHP web applications. The video will get you to speed in everything from basic programming practices to high end techniques.&nbsp;&nbsp;&nbsp;</p>
Table of Contents (8 chapters)
Chapter 6
SOLID Principles
Content Locked
Section 2
Single Responsibility Principle
SRP is the entry point of SOLID principles. It is the easiest principle to understand and adhere to. We're going to find out what SRP is and how to implement SRP. - Define SRP - Show classes that violate SRP - Refactor classes to use SRP