1. Урок 1. 00:02:41
    PHP OOP Fundamentals. Course Introduction
  2. Урок 2. 00:05:49
    Installing the Local PHP Server
  3. Урок 3. 00:02:17
    Essential Constructs. Introduction
  4. Урок 4. 00:04:17
    The Class Construct
  5. Урок 5. 00:04:44
    Class Attributes
  6. Урок 6. 00:05:46
    Class Methods
  7. Урок 7. 00:04:22
    Class Constants Part 1
  8. Урок 8. 00:04:56
    Class Constants Part 2
  9. Урок 9. 00:01:55
    Essential Constructs. Conclusion
  10. Урок 10. 00:02:41
    Essential Constructs. Exercise Live Demo
  11. Урок 11. 00:04:55
    Essential Constructs. Exercise Explanation
  12. Урок 12. 00:03:05
    The PHP Object. Introduction
  13. Урок 13. 00:05:44
    How to Create an Object
  14. Урок 14. 00:06:01
    Obtaining Object Attributes Part 1
  15. Урок 15. 00:04:03
    Obtaining Object Attributes Part 2
  16. Урок 16. 00:02:11
    Obtaining Object Attributes Part 3
  17. Урок 17. 00:10:27
    Changing Object Attributes Part 1
  18. Урок 18. 00:04:15
    Changing Object Attributes Part 2
  19. Урок 19. 00:06:10
    Creating New Object Attributes
  20. Урок 20. 00:08:19
    Destroying Object Properties
  21. Урок 21. 00:06:45
    Object Methods
  22. Урок 22. 00:07:16
    Other Method Techniques
  23. Урок 23. 00:03:50
    Global Constants Part 1
  24. Урок 24. 00:03:44
    Global Constants Part 2
  25. Урок 25. 00:03:46
    The PHP Object. Conclusion
  26. Урок 26. 00:02:22
    The PHP Object. Exercise Live Demo
  27. Урок 27. 00:05:01
    The PHP Object. Exercise Explanation
  28. Урок 28. 00:02:36
    The Constructor/Destructor Magic Method. Introduction
  29. Урок 29. 00:05:46
    The Constructor Overview Part 1
  30. Урок 30. 00:05:26
    The Constructor Overview Part 2
  31. Урок 31. 00:07:00
    Building Unique Objects with the Constructor Part 1
  32. Урок 32. 00:02:16
    Building Unique Objects with the Constructor Part 2
  33. Урок 33. 00:07:21
    The Destructor
  34. Урок 34. 00:04:33
    Access modifiers Part 1
  35. Урок 35. 00:05:46
    Access modifiers Part 2
  36. Урок 36. 00:07:31
    Accessing Class Attributes
  37. Урок 37. 00:03:29
    The Constructor/Destructor Magic Method. Conclusion
  38. Урок 38. 00:04:03
    The Constructor/Destructor Magic Method. Exercise Live Demo
  39. Урок 39. 00:06:46
    The Constructor/Destructor Magic Method. Exercise Explanation
  40. Урок 40. 00:02:20
    Static Class Attributes,Constants and Methods. Introduction
  41. Урок 41. 00:05:42
    The Static Class Constants
  42. Урок 42. 00:07:02
    The Static Class Attributes
  43. Урок 43. 00:04:20
    The Static Class Functions
  44. Урок 44. 00:02:12
    Static Class Attributes,Constants and Methods. Summary
  45. Урок 45. 00:03:00
    Static Class Attributes,Constants and Methods. Exercise Live Demo
  46. Урок 46. 00:06:05
    Static Class Attributes,Constants and Methods. Exercise Explanation
  47. Урок 47. 00:02:08
    Class Inheritance. Introduction
  48. Урок 48. 00:06:46
    Implementing Inheritance In PHP Part 1
  49. Урок 49. 00:06:27
    Implementing Inheritance In PHP Part 2
  50. Урок 50. 00:05:46
    Controlling Visibility Through Inheritance with Public
  51. Урок 51. 00:07:47
    Controlling Visibility Through Inheritance with Private
  52. Урок 52. 00:05:29
    Controlling Visibility Through Inheritance with Protected
  53. Урок 53. 00:04:55
    Overriding Class Attributes Part 1
  54. Урок 54. 00:05:35
    Overriding Class Attributes Part 2
  55. Урок 55. 00:05:38
    Preventing Inheritance with final
  56. Урок 56. 00:06:35
    Preventing Inheritance and Overriding
  57. Урок 57. 00:04:37
    Class Inheritance. Summary
  58. Урок 58. 00:03:32
    Class Inheritance. Exercise Project Live Demo
  59. Урок 59. 00:07:00
    Class Inheritance. Exercise Project Explanation
  60. Урок 60. 00:04:59
    PHP OOP Fundamentals. Final Project Live Demo
  61. Урок 61. 00:07:35
    PHP OOP Fundamentals. Final Project Explanation
  62. Урок 62. 00:04:07
    PHP OOP Fundamentals. Conclusion