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.
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.
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
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,
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
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!
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
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.
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
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.
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
Thanks for your reply. That's an awesome topic. I'll watch it.
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,
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
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!
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
Thanks for this awesome tutorial.
I'm glad you liked it 🙏🙏
How to write router in procedural php using functions without oop
you can do the same thing without OOP.
@@amirkamizichannel how can i applay it
what is the difference beetwen xampp and php server using terminal?
XAMPP is a more comprehensive development environment but php server is much simpler and it doesn't support some functionalities
Can you expand this mvc project a litle more plz. for example make it a CRUD application. That would be greate thanks in advance.
That's a great Idea and actually it's something I'm working on. Thank you very much
Hi, how can I access the router.php file you have used?
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
Reeser..
HI bro, where are the training material (source codes)?
Hi, The source codes are not available.
@@amirkamizichannel 😀