Skip to content

Lynda Com - Object-Oriented Programming with PHP

Unverified source. This magnet is from an unverified source. The content may be unsafe or mislabeled. Proceed with caution.
Title: Lynda Com - ObjectGroup: NOGRPSource: Lynda.Com
Info Hash
11E205D6FDB89D863903A499547E8EEA92339205
Source
Unverified
Total Size
164.69 MB
Total Files
75
Seeders
2
Leechers
1
Health
1.00
Score
5
Type
Bookware

File List

FileSize
Lynda.com - Object-Oriented Programming with PHP/00. Introduction/00.01. Welcome.mov4.08 MB
Lynda.com - Object-Oriented Programming with PHP/00. Introduction/00.02. Using the exercise files.mov2.49 MB
Lynda.com - Object-Oriented Programming with PHP/00. Introduction/00.03. Understanding what you should know.mov777.15 KB
Lynda.com - Object-Oriented Programming with PHP/00. Introduction/00.02. Using the exercise files.srt3.87 KB
Lynda.com - Object-Oriented Programming with PHP/00. Introduction/00.03. Understanding what you should know.srt1.26 KB
Lynda.com - Object-Oriented Programming with PHP/00. Introduction/00.01. Welcome.srt861 B
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.03. Why should you use object-oriented programming.mov2.02 MB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.01. What is an object.mov1.32 MB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.02. What is a class.mov1.24 MB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.04. The history of object-oriented PHP.mov1023.7 KB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.03. Why should you use object-oriented programming.srt3.13 KB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.01. What is an object.srt1.92 KB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.02. What is a class.srt1.61 KB
Lynda.com - Object-Oriented Programming with PHP/01. Introduction to Object oriented programming/01.04. The history of object-oriented PHP.srt1.34 KB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.05. Specifying the visibility scope.mov4.54 MB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.04. Instantiating an object and accessing its contents.mov4.19 MB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.02. Defining class properties.mov3.88 MB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.03. Creating a method and exploring object context with this.mov3.73 MB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.01. Defining a class.mov3.2 MB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.05. Specifying the visibility scope.srt5.16 KB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.02. Defining class properties.srt4.62 KB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.01. Defining a class.srt3.99 KB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.04. Instantiating an object and accessing its contents.srt3.61 KB
Lynda.com - Object-Oriented Programming with PHP/02. Creating First Object/02.03. Creating a method and exploring object context with this.srt3.31 KB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.02. Overloading property access.mov9.6 MB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.03. Customizing object construction.mov6.83 MB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.04. Standardizing object rendering as a string.mov2.93 MB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.01. What is a magic method, and do I need one.mov2.21 MB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.02. Overloading property access.srt6.86 KB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.03. Customizing object construction.srt4.74 KB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.01. What is a magic method, and do I need one.srt3.24 KB
Lynda.com - Object-Oriented Programming with PHP/03. Overloading With Magic Method/03.04. Standardizing object rendering as a string.srt2.69 KB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.05. Creating a database class.mov11.77 MB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.04. Avoiding static method pitfalls.mov10.8 MB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.01. Using the static keyword.mov4.09 MB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.03. Setting constant values.mov3.16 MB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.02. Leveraging scope resolution operators.mov1.39 MB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.05. Creating a database class.srt7.79 KB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.04. Avoiding static method pitfalls.srt7.5 KB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.01. Using the static keyword.srt4.25 KB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.03. Setting constant values.srt3.32 KB
Lynda.com - Object-Oriented Programming with PHP/04. Accessing Classes without Instantiation/04.02. Leveraging scope resolution operators.srt1.79 KB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.02. Abstracting classes.mov9.66 MB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.01. Extending your class.mov7.61 MB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.03. Sharing interfaces using polymorphism.mov6.14 MB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.04. Overriding methods, properties, and constants.mov5.12 MB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.05. Cloning and comparing objects.mov4.9 MB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.06. Referencing objects.mov4.36 MB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.02. Abstracting classes.srt6.85 KB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.01. Extending your class.srt6.33 KB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.03. Sharing interfaces using polymorphism.srt5.85 KB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.05. Cloning and comparing objects.srt3.3 KB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.04. Overriding methods, properties, and constants.srt3.27 KB
Lynda.com - Object-Oriented Programming with PHP/05. Class Relationships and Interactions/05.06. Referencing objects.srt2.59 KB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.02. Retrieving objects from the database.mov9.47 MB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.04. Customizing PHP exceptions.mov8.27 MB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.01. Leveraging standard class objects.mov3.45 MB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.03. Error handling with exceptions.mov2.45 MB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.02. Retrieving objects from the database.srt5.63 KB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.04. Customizing PHP exceptions.srt5.49 KB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.01. Leveraging standard class objects.srt2.73 KB
Lynda.com - Object-Oriented Programming with PHP/06. Built-In PHP Objects/06.03. Error handling with exceptions.srt2.21 KB
Lynda.com - Object-Oriented Programming with PHP/07. Designs patterns/07.03. Implementing a strategy pattern.mov7.93 MB
Lynda.com - Object-Oriented Programming with PHP/07. Designs patterns/07.02. Using the factory method pattern.mov4.22 MB
Lynda.com - Object-Oriented Programming with PHP/07. Designs patterns/07.01. Identifying the singleton pattern.mov2.27 MB
Lynda.com - Object-Oriented Programming with PHP/07. Designs patterns/07.03. Implementing a strategy pattern.srt6.24 KB
Lynda.com - Object-Oriented Programming with PHP/07. Designs patterns/07.02. Using the factory method pattern.srt2.11 KB
Lynda.com - Object-Oriented Programming with PHP/07. Designs patterns/07.01. Identifying the singleton pattern.srt2.07 KB
Lynda.com - Object-Oriented Programming with PHP/08. Conclusion/08.02. Next steps.mov1.27 MB
Lynda.com - Object-Oriented Programming with PHP/08. Conclusion/08.03. Goodbye.mov1.23 MB
Lynda.com - Object-Oriented Programming with PHP/08. Conclusion/08.01. Looking forward to namespaces.mov731.97 KB
Lynda.com - Object-Oriented Programming with PHP/08. Conclusion/08.02. Next steps.srt1.92 KB
Lynda.com - Object-Oriented Programming with PHP/08. Conclusion/08.03. Goodbye.srt1.76 KB
Lynda.com - Object-Oriented Programming with PHP/08. Conclusion/08.01. Looking forward to namespaces.srt1.09 KB
Lynda.com - Object-Oriented Programming with PHP/Exercise Files/Ex_Files_oophp.zip268.09 KB

Trackers

No trackers found.