Constructors and Destructors in PHP - OOP in PHP | Part 2

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • In the following video, we explain class constructors and destructors in PHP.
    Introduction to OOP in PHP:
    • Introduction to OOP in...
    Creating classes, properties, methods:
    • Creating classes, prop...
    Follow me on social media:
    / thecodeholic
    / thecodeholic
    github.com/the...

КОМЕНТАРІ • 17

  • @JolitaFoto
    @JolitaFoto 3 роки тому +4

    Great tutorial! Really informative and well delivered. Thanks a lot !

  • @Raezon_
    @Raezon_ 3 роки тому +1

    I really like it,I m reading your tutorial to get through the design pattern
    after it I will attempt to work with modules on Yii 2 I m reading a book called :
    Modular Programming with PHP 7
    and I think it's really a strong approach I've just get a look and this book is aiming for deciding the whole application in a sub-app or module where the catalog, the customer, the payment, the shipping are in an isolated module if you can cover things like that it will be amazing.

  • @commentatorboy
    @commentatorboy 5 років тому +2

    I would like to thank you for your hard work.
    I already know these stuff but it is nice to pratice it.

  • @zahoorhussain196
    @zahoorhussain196 3 роки тому +2

    Amazing love it

  • @ilya_123__
    @ilya_123__ 6 місяців тому

    thank you!

  • @dommosookchu414
    @dommosookchu414 2 роки тому +1

    why the car2(white) be destroyed first?

  • @user-bf5sb1fs1w
    @user-bf5sb1fs1w 2 роки тому

    Thank you SO MUCH!!!

  • @mohamadybr
    @mohamadybr 2 роки тому +1

    Why is myCar2 got destroyed when we only unset the myCar variable?

    • @kenjohnsiosan9707
      @kenjohnsiosan9707 Рік тому +1

      It is because PHP automatically destroys objects if there is no more referencing call to that object

  • @kshtzsharma48
    @kshtzsharma48 4 роки тому

    Sir please do create tutorials for wordpress theme and plugin development
    Thanks

    • @TheCodeholic
      @TheCodeholic  4 роки тому +1

      Hi buddy,
      I don't have good experience in wordpress.
      I won't lie... At the moment I don't plan videos on wordpress...
      Thanks for watching my channel

  • @alexlytle089
    @alexlytle089 2 роки тому

    Do you ever use the destruct method in production?