php - MVC tutorial that doesn't rely on a framework? -


i want learn mvc "architecture pattern" don't want jump framework rails or django yet. want understand concept first , write simple code in familiar environment, happens php/html/css/mysql. don't need tutorial based on php, understand lot of different languages. , don't want have install frameworks or apis or libraries. want learn how think in mvc , apply projects. suggestions?

almost every framework mvc differently, might end getting more confused. general principles of mvc simple: "model state; view reacts model; controller reacts view; controller changes model". model, view , controller concepts - whatever feel them be. classes, bunches of classes, instances of classes xml configuration files, name it.

i think covers basic principles. without framework, you'd not further. matters how particular framework defines model, view , controller , interactions.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -