Practical Object Oriented Programming
3h 28m 58s
English
Paid
Course description
Learn OOP with a practical twist, and finish up by building a todo application to cover what we've learned.
Watch Online
0:00
/ #1: Classes, methods and properties
All Course Lessons (22)
| # | Lesson Title | Duration | Access |
|---|---|---|---|
| 1 | Classes, methods and properties Demo | 07:46 | |
| 2 | var_dump is your friend | 02:15 | |
| 3 | Getters and setters | 09:50 | |
| 4 | Encapsulation | 08:00 | |
| 5 | Inheritance | 13:32 | |
| 6 | Class files | 04:41 | |
| 7 | Autoloading, PSR-4 and Composer | 17:12 | |
| 8 | Interfaces | 09:57 | |
| 9 | Abstract methods | 06:35 | |
| 10 | Typehinting | 13:47 | |
| 11 | Static properties and methods | 09:05 | |
| 12 | Traits | 10:48 | |
| 13 | Exceptions | 12:50 | |
| 14 | Dependency Injection | 10:13 | |
| 15 | Method chaining | 07:26 | |
| 16 | Introduction | 06:27 | |
| 17 | Autoloading and structure | 02:44 | |
| 18 | Creating the task model | 09:19 | |
| 19 | Database and models | 09:02 | |
| 20 | Task storage | 21:37 | |
| 21 | Refactoring task storage | 03:57 | |
| 22 | The task manager | 11:55 |
Unlock unlimited learning
Get instant access to all 21 lessons in this course, plus thousands of other premium courses. One subscription, unlimited knowledge.
Learn more about subscriptionComments
0 commentsWant to join the conversation?
Sign in to commentSimilar courses
Writing Readable PHP
Sources: spatie.be
Learn how to write code that’s a joy to read for you, your co-workers, and future self. View high-quality videos on both clean coding and static analysis.
2 hours 40 minutes 32 seconds
Refactoring to Collections
Sources: adamwathan
Learn how to use collection pipelines to break down ugly, complex functions into a series of simple transformations, free of loops, complex conditionals, and temporary variables...
4 hours 44 minutes 21 seconds
Write PHP Like a Pro: Build a PHP MVC Framework From Scratch
Sources: udemy
Learn to write faster, easier to maintain, more secure PHP websites by using a model-view-controller framework. Learn the basic concepts of using a model-view-c
2 hours 51 minutes 57 seconds
Docker for PHP Developers
Sources: udemy
"Docker for PHP Developers" is a book and video course that will teach you how to use Docker and PHP to create clean, repeatable development environments that are easy to unders...
7 hours 35 minutes 34 seconds