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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -