Abstract Classes - PHP Object Oriented Programming Tutorial

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024

Комментарии • 9

  • @user-qs8be1dp5i
    @user-qs8be1dp5i Год назад

    Thank you so much bro was searching for video like this for last 3 days thank go I found now I understand it completely. please keep posting videos like this.

  • @marksiely4747
    @marksiely4747 3 года назад

    Thank you very much for these tutorials which I find very important for knowing the basics of php in a step by step manner. Please curry on this excellent work!.

  • @OnyeStephen
    @OnyeStephen Год назад

    whats extension are you using for your vs code to show folders and files

  • @stormybear4986
    @stormybear4986 4 года назад

    Can you not implement your remind method with the self-referencing class name functions in the abstract class so it is automatically defined in each child class?

  • @stormybear4986
    @stormybear4986 4 года назад +1

    There has to be a way to DRY up your code. better.

  • @angelogrieco
    @angelogrieco 4 года назад +2

    Ever heard about the implode function?

  • @krishanlanka7659
    @krishanlanka7659 2 года назад

    Dear sir, can you do a video to display few fields of tables records ( SQL UNION key word) and when click a field go to a another full detal page(how to identify the table name and pass) using php

  • @jackkitley
    @jackkitley 2 года назад

    Gave up at 08:52

  • @stormybear4986
    @stormybear4986 4 года назад

    Seems like you're duplicating a lot of code needlessly.