Final Project: Learn How to Build MVC in PHP - From Beginner to Advanced

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

КОМЕНТАРІ • 24

  • @NedumEze
    @NedumEze Рік тому

    Thanks a million, Amir.
    This is among the best of Tutorials on the subject.
    I am wondering if you would consider making a full-blooded video on "Scalability", and "Scaling"? How to scale up an App or website.
    Please.
    Again, thanks.

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

      Thank you very much adolf! I really appreciate your kind words. That's a great Idea I will probably work on a video series about scaling. thank you

  • @AlexPiter-fd1rv
    @AlexPiter-fd1rv Рік тому

    Lots of thanks for your valuable time.
    Your teaching technique is awesome.
    Really I'm amazed when finished this.
    I requested you please make Mini project based video about MVC PDO & OOP, that are very helpful for us.

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

      Thank you very much for your kind comment and I am very glad that you found it useful. Mini projects are a good idea. thank you. in my last two videos (build a template engine and build a query builder) I'm kind of trying that. there are a few more videos that I'm working on currently like that to target specific topic that is helpful in itself and also in understanding frameworks like laravel. if you've seen them I appreciate your opinion. let me know what you think. thank you

    • @AlexPiter-fd1rv
      @AlexPiter-fd1rv Рік тому

      Thanks for your reply. That's an awesome topic. I'll watch it.

  • @wahidamini7591
    @wahidamini7591 Рік тому +2

    Hi, Greate job man as simple as possible. One suggestion, can you please minimize the terminal while coding in order to see all the codes. because some time it masks the code.
    Hope not mind
    Thanks,

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

      Thank you very much for the kind words. I'm glad you liked it. And thank you for the suggestions I will definitely keep that in mind for the next videos

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

    A question from a Brazilian.
    Are the files from the directory app like central things? I mean, the controller is a central controller like the Model and the Router, right?
    Thanks for the good video, Amir!

    • @amirkamizichannel
      @amirkamizichannel  Рік тому

      Thank you very much. I'm very glad you liked it and found it useful.
      yes exactly. in general in MVC Model is responsible for fetching, storing and updating data, generally interacting with a database. View is the presentation and Controller is the middle man It takes user inputs, processes data with the help of Model, and then displays the appropriate results using View.
      in our case the files in the app directory can be considered as the core components of an MVC application. The Controller, Model, and Router (which determines which controller to use based on the URL or user input) are all key pieces that allow MVC to function correctly.
      I hope I could answer your question

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

    Thanks for this awesome tutorial.

  • @abkbens2827
    @abkbens2827 Місяць тому +1

    How to write router in procedural php using functions without oop

    • @amirkamizichannel
      @amirkamizichannel  Місяць тому

      you can do the same thing without OOP.

    • @abkbens2827
      @abkbens2827 Місяць тому

      @@amirkamizichannel how can i applay it

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

    what is the difference beetwen xampp and php server using terminal?

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

      XAMPP is a more comprehensive development environment but php server is much simpler and it doesn't support some functionalities

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

    Can you expand this mvc project a litle more plz. for example make it a CRUD application. That would be greate thanks in advance.

    • @amirkamizichannel
      @amirkamizichannel  Рік тому +2

      That's a great Idea and actually it's something I'm working on. Thank you very much

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

    Hi, how can I access the router.php file you have used?

    • @amirkamizichannel
      @amirkamizichannel  Рік тому

      Hi I hope you are well. we built the router in another video. please check it here: ua-cam.com/video/VEcXwF4BCX4/v-deo.html

  • @osemeke1
    @osemeke1 Рік тому

    Reeser..

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

    HI bro, where are the training material (source codes)?