Search the Community
Showing results for tags 'mvc'.
-
i want to know about difference between model and entity. because these word is so close and i am confused.
- 1 reply
-
- difference between model and
- mvc
-
(and 2 more)
Tagged with:
-
I am very new to mvc field in PHP, so i am going to start cakePhP so i need some tutorials or videos, materials like can any one give suggestions and easy tips to learn cake php...
-
Using the .NET MVC tutorial, I noticed on http://www.w3schools.com/aspnet/mvc_layout.asp that the first code block needs updated. I believe It should be <!DOCTYPE html><html> <head> <meta charset="utf-8"/> <title>@ViewBag.Title</title> <link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" /> <script src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")" type="text/javascript"> </script> <script src="@Url.Content("~/Scripts/modernizr-2.5.3.js")"> </script> &l
-
IntroductionSo I finally decide to have a go with this idea of having a project blog I'm really bad at this sort of thing and often find my self working for hours not writing a single line of comment to my code.. I don't find it necessary cause my naming often tells what it does so I don't see the point typing out the same thing the name says. But maybe I just lake the guide lines of typing comments.. read once that if you have to think twice about what a code you written does you need a comment for it. I will be doing a MVC pattern system. I've already started with this project so the first p
-
How to implement mvc architecture in js? i have read some stuff regarding this but still having problem to get its implmention.I will be glad if anyone can elaborate it with small example.