PHP Image gallery website from HTML template Tutorial Part02 | MVC OOP | Quick programming

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024
  • Learn to create an image gallery using PHP from an existing HTML template. Learn some basic MVC and OOP skills in the process.
    source code link:
    drive.google.c...
    template used:
    templatemo.com...
    #PHP #HTML #MVC

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

  • @SimPwear84
    @SimPwear84 3 года назад +2

    Simply the best video on OOP and MVC with PHP. Gave me a lot of aha moments. Thank you

  • @mohamadsaidi7252
    @mohamadsaidi7252 3 года назад +1

    It is the best video about oop PHP that I have ever watched

  • @burgasdragonheirsilentgods
    @burgasdragonheirsilentgods 3 года назад +1

    Awesome video and example

  • @miranghafwr6781
    @miranghafwr6781 3 года назад +1

    Thanks

  • @paulomagalhaes6752
    @paulomagalhaes6752 3 года назад +1

    Estou focado neste tutorial........muito obrigado

  • @Jayshreeram-e4o
    @Jayshreeram-e4o Год назад

    Fatal error: Uncaught PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'image' in 'field list' in

  • @ryantheghost2185
    @ryantheghost2185 3 года назад +1

    You dont have the __construct method so we dont need () after new CLASSNAME So from new Class()->new Class;

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

      Also we can say class And not Class at 6:29

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

      well, its because there will be a construct function in that class. when teaching its always better to show the full form of something before you show the short version

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

      as for Class and class, thats true. i just prefer the capital letter version. it looks better lol i only use small letter version in JS. also even the class name itself is also case insensitive, but i like it capitalised

    • @ryantheghost2185
      @ryantheghost2185 3 года назад +1

      @@QuickProgramming OH ok! Great videos! Im trying to finish all your courses! I've done 2 of them this will the the third one :)

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

      @@ryantheghost2185 thats very good. already i can see your improvement. you just need a few more front end tutorials and you'll be good to go