목록Programming/PHP (2)
Be ready to study forever - 개발자 꿈나무
1. Feature of Laravel 1.1 MVC(Model, View, Controller) pattern Laravel adapted MVC pattern MVC pattern is a design pattern of modern web development that splits the components Model, View, Controller Model – is called by Controller to Save or read data from Database and returns the data into the forms that view can use View - is called by Controller to generate templates (HTML, XML, JSON) to ser..
Lecture 1 - An Overview and Introduction to Web Application Development 1. Internet It is a massive network of networks. Internet is interconnected network of computer and network devices with TCP/IP protocol TCP – handles the messages IP – handles the delivery The Basic Protocols of the internet: · TCP/IP · IP Address · DNS · URL & URI · MIME DNS – Domain Name Systems DNS look up the IP Addre..