Object assignment, cloning objects in PHP - OOP in PHP | Part 1.1

Поділитися
Вставка
  • Опубліковано 8 лис 2024

КОМЕНТАРІ • 10

  • @NicoILeone
    @NicoILeone 5 років тому +4

    I am from Argentina, I do not speak English, but it is very well understood as you explain! I congratulate you the videos are very supportive, especially those of Yii2. Regards! Ahead!

    • @TheCodeholic
      @TheCodeholic  5 років тому

      Thank you man.
      I hope I help someone.

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

    Thank you for short and explanatory videos.

  • @joaodfardilha
    @joaodfardilha 5 років тому +3

    kudos man, this is very comprehensive :) well done.

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

    Nice informational and brief.
    Thanks, keep it up!

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

    thank you!

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

    @2:00 How come if we do unset($car) here instead of $car = null, $car2 still remains?

  • @piotrd.2653
    @piotrd.2653 5 років тому

    During var_dump() function, after the name of the Object, the hash sign with number tells us if we have the same Object or two different Objects. Because PHP uses IDs.
    This information was missing for me.

    • @TheCodeholic
      @TheCodeholic  5 років тому

      Yes. That was missing for me also.