Hi,
Can someone please help me get my head around this MVC approach? I'm new to PHP and I've been led to believe MVC is the way to go for asynchronous re-loading and re-useable code. Sorry to be so naive about the following, but if I could get some answers this would really help!
If MVC is the way to go, what was the old way called? And is this being abandoned due to AJAX and asynchronous loading?
Itβs hard to find a tutorial that directly says βPHP MVC approachβ for some reason, any suggestions of sites, books which directly show you how to implement this approach using AJAX and JSON would be welcomed? I take it, if created for say a login on an app, the code could be directly transferred to a responsive site without much alteration? Should I use a framework? I would some good sound tutorials first I think?? Any other info, thoughts on MVC would be much appreciated.