PHP Basic MVC Framework Part 6 - Request

preview_player
Показать описание
Source Files:
Рекомендации по теме
Комментарии
Автор

This videos are awesome and they gave me some really cool ideas.
Thanks.

Charliepiga
Автор

Thanks! This is good stuff. Maybe a bit too fast for people who are new to this (like me) - I've had some trouble seeing the point of things at times. But things are really starting to make sense now.

MelvinSF
Автор

@thephpecho
yeah im full aware of that

_slier
Автор

What if I wanted the method to be an action instead? should there be if/else checking on arg [2], or is there a better way to do this?

xlordtk
Автор

@thephpecho See it kind of does, but I can't seem to get the whole picture in my head, are there any books you could recommend? Preferably a book which shows how to build a simple working site from start to finish?

rebirthX
Автор

@thephpecho You deserve many more likes and views for this videos. Will you make new videos?

Charliepiga
Автор

The penny is just not dropping for me - I think I get it then I'm not sure, I can make sense of the code yet I can't seem to understand the whole concept. If I was to use the exmple mvc above would I use the index.php page to submit a form or do I create a form page in the View Dir?

rebirthX
Автор

Would it be fair to say. Ultimately, when a form is submitted we are looking for a controller 'name' (a file) then a method 'name' (a function within that file) then any or all variables related to that request (for example a form with users address)?

rebirthX
Автор

i seriously hate any framework that make asssumption that all hosting have mod_rewrite enable

_slier
visit shbcf.ru