PHP Function Function are self contained block of statement which used to perform any specific task. Types of Function system defined/library/inbuilt user defined Advantages Of Function => A function is created once but used many times, often from more than one program.=> It reduces duplication within a program.=> Debugging and testing a program becomes … Continue reading PHP Function
Day: April 8, 2015
What is Laravel? Laravel is a free, open source PHP web application framework, designed for the development of model–view–controller (MVC) web applications. Laravel is released under the MIT License, with its source code hosted on GitHub. Laravel is a web application framework with expressive, elegant syntax. Laravel attempts to take the pain out … Continue reading Laravel Introduction