Udemy - OOP Object Oriented Programming In PHP 7

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 608.3 MB
  • Uploaded By fcs0310
  • Downloads 1189
  • Last checked 1 day ago
  • Date uploaded 5 years ago
  • Seeders 13
  • Leechers 3

Infohash : EC78E7F883982A7EEBFF8821C4E7C09173536E38

Warning! Use a V𝙿N When Downloading Torrents!
Your IP Address is . Location
Your Internet Provider can see when you download torrents! Hide your IP Address with a V𝙿N
1337x recommends using Trust.Zone V𝙿N to hide your torrenting. It's FREE HIDE ME NOW


Udemy - OOP Object Oriented Programming In PHP 7

1st section of the course starts with an introduction to object oriented programming. What is OOP? and why we need it ? and what was before OOP?

For more Udemy Courses: https://freecoursesite.com

Files:

[FreeCourseSite.com] Udemy - OOP Object Oriented Programming In PHP 7 01 Overview of the course
  • 001 Sections Overview-subtitle-en.srt (12.9 KB)
  • 001 Sections Overview.mp4 (18.7 MB)
02 Introduction to Object Oriented Programming
  • 002 Introduction To Object Oriented Programming-subtitle-en.srt (9.8 KB)
  • 002 Introduction To Object Oriented Programming.mp4 (15.8 MB)
03 Basics of Object Oriented Programming
  • 003 Classes And Objects-subtitle-en.srt (2.5 KB)
  • 003 Classes And Objects.mp4 (3.6 MB)
  • 004 Properties And Methods-subtitle-en.srt (1.5 KB)
  • 004 Properties And Methods.mp4 (2.1 MB)
  • 005 Creating Classes And Objects In PHP-subtitle-en.srt (2.8 KB)
  • 005 Creating Classes And Objects In PHP.mp4 (3.1 MB)
  • 006 Creating And Accessing Properties-subtitle-en.srt (3.3 KB)
  • 006 Creating And Accessing Properties.mp4 (4.7 MB)
  • 007 Print The Whole Object-subtitle-en.srt (0.7 KB)
  • 007 Print The Whole Object.mp4 (1.4 MB)
  • 008 Defining And Calling Methods-subtitle-en.srt (1.5 KB)
  • 008 Defining And Calling Methods.mp4 (2.3 MB)
  • 009 Accessing Object Properties From Methods-subtitle-en.srt (2.2 KB)
  • 009 Accessing Object Properties From Methods.mp4 (2.8 MB)
  • 010 Parameters And Return Value Of Methods-subtitle-en.srt (1.4 KB)
  • 010 Parameters And Return Value Of Methods.mp4 (1.8 MB)
  • 011 BasicsOfObjectOrientedProgramming.zip (1.9 KB)
  • 011 PHP Source Files Used In _Basics of Object Oriented Programming_ Lectures.html (1.3 KB)
  • 012 Solution_ Simple Calculator.html (2.3 KB)
04 Visibility
  • 013 Visibility-subtitle-en.srt (4.5 KB)
  • 013 Visibility.mp4 (7.1 MB)
  • 014 Php Source Files Used In _Visibility_ Section.html (1.2 KB)
  • 014 Visibility.zip (1.0 KB)
05 Class Constants
  • 015 Class Constants-subtitle-en.srt (2.7 KB)
  • 015 Class Constants.mp4 (4.6 MB)
  • 016 ClassConstants.zip (0.6 KB)
  • 016 Php Source Files Used In _Class Constants_ Section.html (1.2 KB)
06 Data Encapsulation
  • 017 Data Encapsulation-subtitle-en.srt (5.9 KB)
  • 017 Data Encapsulation.mp4 (8.4 MB)
  • 018 DataEncapsulation.zip (1.5 KB)
  • 018 Php Source Files Used In _Data Encapsulation_ Section.html (1.2 KB)
07 Inheritance
  • 019 Inheritance-subtitle-en.srt (1.8 KB)
  • 019 Inheritance.mp4 (1.8 MB)
  • 020 Real Life Example Of Inheritance-subtitle-en.srt (12.1 KB)
  • 020 Real Life Example Of Inheritance.mp4 (19.3 MB)
  • 021 Visibility Level Protected In Inheritance-subtitle-en.srt (0.7 KB)
  • 021 Visibility Level Protected In Inheritance.mp4 (847.0 KB)
  • 022 ISA Vs HASA-subtitle-en.srt (2.8 KB)
  • 022 ISA Vs HASA.mp4 (4.1 MB)
  • 023 Inheritance.zip (1.0 KB)
  • 023 Php Source Files Used In _Inheritance_ Section.html (1.2 KB)
08 Overriding
  • 024 Overriding-subtitle-en.srt (2.6 KB)
  • 024 Overriding.mp4 (3.8 MB)
  • 025 Preserving Parent Class Functionality in overriding-subtitle-en.srt (2.5 KB)
  • 025 Preserving Parent Class Functionality in overriding.mp4 (4.6 MB)
  • 026 Overriding.zip (1.9 KB)
  • 026 Php Source Files Used In _Overriding_ Section.html (1.2 KB)
09 Final Keyword
  • 027 Final Classes And Methods-subtitle-en.srt (2.1 KB)
  • 027 Final Classes And Methods.mp4 (3.4 MB)
  • 028 FinalKeyword.zip (0.4 KB)
  • 028 Php Source Files Used In _Final Keyword_ Section.html (1.2 KB)
10 Abstract classes and methods
  • 029 Abstract Classes And Methods-subtitle-en.srt (10.3 KB)
  • 029 Abstract Classes And Methods.mp4 (17.8 MB)
  • 030 AbstractClassesAndMethods.zip (2.8 KB)
  • 030 Php Source Files Used In _Abstract Classes And Methods_ Section.html (1.3 KB)
11 Interfaces
  • 031 Interfaces-subtitle-en.srt (4.0 KB)
  • 031 Interfaces.mp4 (5.4 MB)
  • 032 The difference between abstract classes and interfaces.html (1.3 MB)
  • 033 Interfaces.zip (0.7 KB)
  • 033 Php Source Files Used In _Interfaces_ Section.html (1.2 KB)
12 Constructor and Destructor
  • 034 What Is Constructor And Destructor_-subtitle-en.srt (3.1 KB)
  • 034 What Is Constructor And Destructor_.mp4 (4.6 MB)
  • 035 Constructor Using __construct() Magic Method-subtitle-en.srt (4.3 KB)
  • 035 Constructor Using __construct() Magic Method.mp4 (6.8 MB)
  • 036 Destructor Using __destruct() Magic Method-subtitle-en.srt (2.6 KB)
  • 036 Destructor Using __destruct() Magic Method.mp4 (3.5 MB)
  • 037 ConstructorAndDestructor.zip (1.8 KB)
  • 037 Php Source Files Used In _Constructor And Destructor_ Section.html (1.3 KB)
13 Static Properties And Methods
  • 038 Static Keyword And Static Properties-subtitle-en.srt (4.8 KB)
  • 038 Static Keyword And Static Properties.mp4 (7.7 MB)
  • 039 Static Methods-subtitle-en.srt (2.7 KB)
  • 039 Static Methods.mp4 (5.2 MB)
  • 040 Php Source Files Used In _Static Properties And Methods_ Section.html (1.3 KB)
  • 040 StaticPropertiesAndMethods.zip (1.8 KB)
14 Magic Methods
  • 041 Magic Methods-subtitle-en.srt (1.5 KB)
  • 041 Magic Methods.mp4 (1.8 MB)
  • 042 11 Magic Methods In Different Topics-subtitle-en.srt (0.6 KB)
  • 042 11 Magic Methods In Different Topics.mp4 (1.1 MB)
  • 043 __toString() Magic Method-subtitle-en.srt (2.0 KB)
  • 043 __toString() Magic Method.mp4 (3.0 MB)
  • 044 __set_state() Magic Method-subtitle-en.srt (6.6 KB)
  • 044 __set_state() Magic Method.mp4 (9.6 MB)
  • 045 __invoke() Magic Method-subtitle-en.srt (1.8 KB)
  • 045 __invoke() Magic Method.mp4 (2.7 MB)
  • 046 __debugInfo() Magic Method-subtitle-en.srt (4.8 KB)
  • 046 __debugInfo() Magic Method.mp4 (6.2 MB)
  • 047 MagicMethods.zip (3.3 KB)
  • 047 Php Source Files Used In _Magic Methods_ Section.html (1.2 KB)
15 Errors and exceptions in php
  • 048 Introduction to Errors And Exception-subtitle-en.srt (1.7 KB)
  • 048 Introduction to Errors And Exception.mp4 (2.9 MB)
  • 049 Errors and Their Types-subtitle-en.srt (2.3 KB)
  • 049 Errors and Their Types.mp4 (3.3 MB)
  • 050 Sub Types Of Errors-subtitle-en.srt (0.6 KB)
  • 050 Sub Types Of Errors.mp4 (1.0 MB)
  • 051 Notices-subtitle-en.srt (1.8 KB)
  • 051 Notices.mp4 (2.3 MB)
  • 052 Warnings-subtitle-en.srt (6.1 KB)
  • 052 Warnings.mp4 (10.3 MB)
  • 053 Fatal Errors-subtitle-en.srt (6.5 KB)
  • 053 Fatal Errors.mp4 (9.8 MB)
  • 054 Parser Errors-subtitle-en.srt (0.8 KB)
  • 054 Parser Errors.mp4 (1.2 MB)
  • 055 Strict Standards Notices-subtitle-en.srt (1.2 KB)
  • 055 Strict Standards Notices.mp4 (1.7 MB)
  • 056 E_ALL And Error Level Constants-subtitle-en.srt (1.0 KB)
  • 056 E_ALL And Error Level Constants.mp4 (1.2 MB)
  • 057 Triggering Errors-subtitle-en.srt (3.5 KB)
  • 057 Triggering Errors.mp4 (4.4 MB)
  • 058 When These Errors Occur In Life Cycle Of Your Script-subtitle-en.srt (2.1 KB)
  • 058 When These Errors Occur In Life Cycle Of Your Script.mp4 (2.7 MB)
  • 059 Logical Errors-subtitle-en.srt (0.6 KB)
  • 059 Logical Errors.mp4 (714.2 KB)
  • 060 Error Reporting Settings In php ini-subtitle-en.srt (1.8 KB)
  • 060 Error Reporting Settings In php ini.mp4 (4.0 MB)
  • 061 What To Do With Errors_-subtitle-en.srt (0.5 KB)
  • 061 What To Do With Errors_.mp4 (561.7 KB)
  • 062 Display Errors-subtitle-en.srt (0.9 KB)
  • 062 Display Errors.mp4 (869.3 KB)
  • 063 Logging Your Own Error Messages-subtitle-en.srt (6.0 KB)
  • 063 Logging Your Own Error Messages.mp4 (7.9 MB)
  • 064 How To Handle Errors With Error Handler-subtitle-en.srt (5.3 KB)
  • 064 How To Handle Errors With Error Handler.mp4 (8.8 MB)
  • 065 What Actually The Exceptions Are What They Actually Do_-subtitle-en.srt (5.8 KB)
  • 065 What Actually The Exceptions Are What They Actually Do_.mp4 (8.0 MB)
  • 066 Try_ Throw and Catch-subtitle-en.srt (2.2 KB)
  • 066 Try_ Throw and Catch.mp4 (2.5 MB)
  • 067 The Exception Class In PHP-subtitle-en.srt (2.6 KB)
  • 067 The Exception Class In PHP.mp4 (3.9 MB)
  • 068 Stack Trace For Exception-subtitle-en.srt (2.8 KB)
  • 068 Stack Trace For Exception.mp4 (4.7 MB)
  • 069 Creating Your Own Custom Exceptions-subtitle-en.srt (2.3 KB)
  • 069 Creating Your Own Custom Exceptions.mp4 (4.4 MB)
  • 070 Try With Multiple Catch Blocks-subtitle-en.srt (3.7 KB)
  • 070 Try With Multiple Catch Blocks.mp4 (5.5 MB)
  • 071 Re-Throwing Exceptions-subtitle-en.srt (2.8 KB)
  • 071 Re-Throwing Exceptions.mp4 (4.1 MB)
  • 072 Uncaught Exceptions-subtitle-en.srt (1.8 KB)
  • 072 Uncaught Exceptions.mp4 (2.7 MB)
  • 073 Top Level Exception Handler-subtitle-en.srt (2.5 KB)
  • 073 Top Level Exception Handler.mp4 (2.9 MB)
  • 074 The Change In Errors and Exceptions In PHP 7-subtitle-en.srt (8.9 KB)
  • 074 The Change In Errors and Exceptions In PHP 7.mp4 (14.5 MB)
  • 075 ErrorsAndExceptions.zip (13.8 KB)
  • 075 Php Source Files Used In _Errors And Exceptions In PHP_ Section.html (1.3 KB)
16 Autoloading
  • 076 Autoloading-subtitle-en.srt (2.4 KB)
  • 076 Autoloading.mp4 (2.7 MB)
  • 077 Autoloader Function-subtitle-en.srt (2.5 KB)
  • 077 Autoloader Function.mp4 (4.0 MB)
  • 078 How To Register An Autoloader Function-subtitle-en.srt (5.2 KB)
  • 078 How To Register An Autoloader Function.mp4 (8.6 MB)
  • 079 Namespaces-subtitle-en.srt (17.3 KB)
  • 079 Namespaces.mp4 (23.7 MB)
  • 080 Autoloading Namespaces-subtitle-en.srt (0.7 KB)
  • 080 Autoloading Namespaces.mp4 (917.7 KB)
  • 081 Psr-0 And Psr-4 Autoloading Standards-subtitle-en.srt (5.0 KB)
  • 081 Psr-0 And Psr-4 Autoloading Standards.mp4 (10.7 MB)
  • 082 Autoloader To Autoload Namespace Classes-subtitle-en.srt (5.5 KB)
  • 082 Autoloader To Autoload Namespace Classes.mp4 (10.6 MB)
  • 083 Autoloading.zip (6.1 KB)
  • 083 Php Source Files Used In _Autoloading_ Section.html (1.2 KB)
17 Object Serialization
  • 084 Object Serialization-subtitle-en.srt (3.2 KB)
  • 084 Object Serialization.mp4 (5.9 MB)
  • 085 serialize() and unserialize()-subtitle-en.srt (5.8 KB)
  • 085 serialize() and unserialize().mp4 (10.9 MB)
  • 086 Magic Methods For Serialization __sleep() and __wakeup()-subtitle-en.srt (5.0 KB)
  • 086 Magic Methods For Serialization __sleep() and __wakeup().mp4 (8.9 MB)
  • 087 ObjectSerialization.zip (3.2 KB)
  • 087 Php Source Files Used In _Object Serialization_ Section.html (1.3 KB)
18 Object Cloning
  • 088 Object Cloning-subtitle-en.srt (5.6 KB)
  • 088 Object Cloning.mp4 (7.3 MB)
  • 089 Shallow Copy Cloning-subtitle-en.srt (2.6 KB)
  • 089 Shallow Copy Cloning.mp4 (4.8 MB)
  • 090 Deep Copy Cloning Using __clone() Magic Method-subtitle-en.srt (4.9 KB)
  • 090 Deep Copy Cloning Using __clone() Magic Method.mp4 (7.7 MB)
  • 091 Recursive Cloning-subtitle-en.srt (7.2 KB)
  • 091 Recursive Cloning.mp4 (10.4 MB)
  • 092 Double Linking Problem-subtitle-en.srt (3.6 KB)
  • 092 Double Linking Problem.mp4 (6.2 MB)
  • 093 Solution Deep Copy Cloning Using serialization-subtitle-en.srt (4.6 KB)
  • 093 Solution Deep Copy Cloning Using serialization.mp4 (6.1 MB)
  • 094 ObjectCloning.zip (4.0 KB)
  • 094 Php Source Files Used In _Object Cloning_ Section.html (1.2 KB)
19 Type Hinting
  • 095 Type Hinting-subtitle-en.srt (7.4 KB)
  • 095 Type Hinting.mp4 (9.3 MB)
  • 096 Type Hinting For Non Scalar Data Types-subtitle-en.srt (0.4 KB)
  • 096 Type Hinting For Non Scalar Data Types.mp4 (800.3 KB)
  • 097 Type Hinting For Class And Objects-subtitle-en.srt (2.8 KB)
  • 097 Type Hinting For Class And Objects.mp4 (3.9 MB)
  • 098 Type Hinting For Interfaces-subtitle-en.srt (2.1 KB)
  • 098 Type Hinting For Interfaces.mp4 (3.5 MB)
  • 099 Type Hinting For Self-subtitle-en.srt (5.6 KB)
  • 099 Type Hinting For Self.mp4 (7.1 MB)
  • 100 Type Hinting For Arrays-subtitle-en.srt (2.3 KB)
  • 100 Type Hinting For Arrays.mp4 (5.0 MB)
  • 101 Type Hinting For Callable-subtitle-en.srt (8.5 KB)
  • 101 Type Hinting For Callable.mp4 (12.8 MB)
  • 102 Type Hinting For Scalar Data Types-subtitle-en.srt (4.6 KB)
  • 102 Type Hinting For Scalar Data Types.mp4 (6.8 MB)
  • 103 Strict Scalar Type Hinting-subtitle-en.srt (4.0 KB)
  • 103 Strict Scalar Type Hinting.mp4 (6.6 MB)
  • 104 Type Hinting For Return Types-subtitle-en.srt (5.3 KB)
  • 104 Type Hinting For Return Types.mp4 (7.6 MB)
  • 105 Type Error Exception In PHP7-subtitle-en.srt (1.3 KB)
  • 105 Type Error Exception In PHP7.mp4 (1.7 MB)
  • 106 Php Source Files Used In _Type Hinting_ Section.html (1.2 KB)
  • 106 TypeHinting.zip (11.8 KB)
20 Comparing Objects
  • 107 Object Comparison Using (==) And (===)-subtitle-en.srt (3.7 KB)
  • 107 Object Comparison Using (==) And (===).mp4 (5.0 MB)
  • 108 ComparingObjects.zip (1.4 KB)
  • 108 Php Source Files Used In _Comparing Objects_ Section.html (1.2 KB)
21 Overloading
  • 109 Overloading-subtitle-en.srt (2.8 KB)
  • 109 Overloading.mp4 (3.8 MB)
  • 110 Property Overloading Using Magic Methods (__get___set_ __isset and __unset)-subtitle-en.srt (10.7 KB)
  • 110 Property Overloading Using Magic Methods (__get___set_ __isset and __unset).mp4 (15.9 MB)
  • 111 Method Overloading Using Magic Methods (__call_ __callStatic)-subtitle-en.srt (7.5 KB)
  • 111 Method Overloading Using Magic Methods (__call_ __callStatic).mp4 (11.5 MB)
  • 112 Overloading.zip (1.9 KB)
  • 112 Php Source Files Used In _Overloading_ Section.html (1.2 KB)
22 Traits
  • 113 Multiple Inheritance And Deadly Diamond Of Death-subtitle-en.srt (1.1 KB)
  • 113 Multiple Inheritance And Deadly Diamond Of Death.mp4 (991.8 KB)
  • 114 Single Inheritance And Its Limitation-subtitle-en.srt (3.4 KB)
  • 114 Single Inheritance And Its Limitation.mp4 (4.2 MB)
  • 115 Php Traits-subtitle-en.srt (3.6 KB)
  • 115 Php Traits.mp4 (4.5 MB)
  • 116 Precedence-subtitle-en.srt (2.0 KB)
  • 116 Precedence.mp4 (2.7 MB)
  • 117 Multiple Traits-subtitle-en.srt (3.8 KB)
  • 117 Multiple Traits.mp4 (5.7 MB)
  • 118 Traits Composed From Traits-subtitle-en.srt (1.1 KB)
  • 118 Traits Composed From Traits.mp4 (1.7 MB)
  • 119 Abstract And Static Members Of Traits-subtitle-en.srt (1.1 KB)
  • 119 Abstract And Static Members Of Traits.mp4 (1.8 MB)
  • 120 Trait Properties-subtitle-en.srt (0.8 KB)
  • 120 Trait Properties.mp4 (1.1 MB)
  • 121 Php Source Files Used In _Traits_ Section.html (1.2 KB)
  • 121 Traits.zip (5.7 KB)
23 Late Static Binding
  • 122 Binding_ Early Binding And Late Binding-subtitle-en.srt (5.1 KB)
  • 122 Binding_ Early Binding And Late Binding.mp4 (7.2 MB)
  • 123 Problem_ _Early Binding of self Keyword_-subtitle-en.srt (1.5 KB)
  • 123 Problem_ _Early Binding of self Keyword_.mp4 (2.9 MB)
  • 124 Solution_ _Late Static Binding Using Static Keyword-subtitle-en.srt (1.8 KB)
  • 124 Solution_ _Late Static Binding Using Static Keyword.mp4 (4.7 MB)
  • 125 LateStaticBinding.zip (2.1 KB)
  • 125 Php Source Files Used In _Late Static Binding_ Section.html (1.2 KB)
24 Object Iteration
  • 126 Traverse_ Iterate_ Iterate Using Loops-subtitle-en.srt (4.3 KB)
  • 126 Traverse_ Iterate_ Iterate Using Loops.mp4 (4.4 MB)
  • 127 Object Iteration-subtitle-en.srt (5.8 KB)
  • 127 Object Iteration.mp4 (10.7 MB)
  • 128 Iterator Interface-subtitle-en.srt (6.2 KB)
  • 128 Iterator Interface.mp4 (9.8 MB)
  • 129 IteratorAggregate Interface-subtitle-en.srt (3.0 KB)
  • 129 IteratorAggregate Interface.mp4 (4.3 MB)
  • 130 Iterator And IteratorAggregate Interface In One Plate-subtitle-en.srt (2.3 KB)
  • 130 Iterator And IteratorAggregate Interface In One Plate.mp4 (3.2 MB)
  • 131 ObjectIteration.zip (6.3 KB)
  • 131 Php Source Files Used In _Object Iteration_ Section.html (1.2 KB)
  • [CourseClub.NET].url (0.1 KB)
  • [FreeCourseSite.com].url (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://inferno.demonoid.pw:3391/announce
  • udp://tracker.openbittorrent.com:80/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://torrent.gresille.org:80/announce
  • http://glotorrents.pw:80/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://tracker.pirateparty.gr:6969/announce
  • udp://tracker.coppersurfer.tk:6969/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://9.rarbg.to:2790/announce
  • udp://shadowshq.yi.org:6969/announce
  • udp://tracker.zer0day.to:1337/announce
  • udp://tracker.zer0day.to:1337/announce
  • udp://tracker.leechers-paradise.org:6969/announce
  • udp://coppersurfer.tk:6969/announce