Organize your PHP application

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

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

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

    CHEERS to my professor the voice of freedom and the king of knowledge

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

    Really useful stuff even after 5 years. Thanks! 👍

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

    This what I really needed!!!
    I had trouble with routing, including and requiring files. As well as separating views from classes.
    Your explanation is phenomenal!
    I hope you keep on doing series like these.
    Thank you

  • @charmrelator1472
    @charmrelator1472 4 года назад +3

    I deeply regret having found this video a bit late because it would've been helpful in handling our files. I enjoyed the tutorial very much.

  • @andrewmursingh9878
    @andrewmursingh9878 7 лет назад +3

    This is one of the best videos on MVC i have seen so far.

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

    This is so helpful thank you very much. In modern web development using php, is this project structure still good to follow assuming I do it in pure php mvc?

  • @keinroguef9203
    @keinroguef9203 6 лет назад +4

    Amazing. Well explained. I'm watching all this series in a row and then going back to actually do it step by step, just wanted to let you know that I love you series.

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

    Loved it! I was able to use this excellent pattern to nicely organize my project into folders

  • @johnnyvandenelzen2250
    @johnnyvandenelzen2250 4 года назад +5

    3 people can't comprehend this content.

  • @whatstrendingnow4211
    @whatstrendingnow4211 5 лет назад +1

    HI please tell how to do a ajax call from your proj structure

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

    outstanding tutorial. super helpful. thanks!

  • @igormori1688
    @igormori1688 6 лет назад

    The Best explained and coded MVC video! Congrats! very good tutorial

  • @moustafa6006
    @moustafa6006 6 лет назад +3

    it would be nice if we can get the sources files!

  • @vincenzovecchiokaribusanablog
    @vincenzovecchiokaribusanablog 6 лет назад +1

    Hi thanks for your tutorial, the sbest i've found so far. could you explain please how to simplify the url using htaccess? many tanks

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

    27:07 your div is currently the size of the viewport, that is why is not "centered", you could say text-align:center, or change the div's size and then margin: auto;

  • @bhavikmjadav
    @bhavikmjadav 6 лет назад +1

    Can i get a git repo for this?

  • @Haru-to9jq
    @Haru-to9jq 7 лет назад

    when i tried doing php -S localhost:800 it gave me an error that 'php' is not recognized as an internal or external command

    • @gblearn
      @gblearn  7 лет назад +2

      You need to add PHP to your PATH Environment Variable example: stackoverflow.com/questions/31291317/php-is-not-recognized-as-an-internal-or-external-command-in-command-prompt/31291404