PDA

View Full Version : What is PHP Framework?



StuartSpindlow7
02-09-2017, 10:09 AM
Hello Friends,

Please tell me what is PHP framework.

arianagrand
02-20-2017, 01:33 AM
PHP Frameworks provides a structure and many tools to rapidly and safely develop a web application.

Mangat Singh
02-20-2017, 07:35 AM
PHP frameworks is the best and easy to use framework to develop website.

louistang
02-21-2017, 10:27 PM
10
down vote
A framework gives you standard solutions to typical problems, e.g. for an online shop that can cover the functionality for a customer login (including session handling), a shopping cart, placing orders...

The big advantage of using a framework is that

You don't need to reinvent the wheel, the code is already there
The code (usually) works, it is already tested
Specifically for user authentication, you will most probably have fewer security leaks as if you invented something from scratch yourself

RakeshPatel
02-24-2017, 03:23 AM
Open Source PHP frameworks like CodeIgniter, CakePHP, Zend provide many wonderful tools for web development. These frameworks help to focus more on the important details regarding project development by easing the most common development needs. At eTatvaSoft, our team perfectly knows how to use these frameworks to accelerate by providing necessary functionality and many out of the box solutions.

pragya00
03-03-2017, 01:40 AM
PHP Frameworks provides a structure and many tools to rapidly and safely develop a web application.

alpa
03-12-2017, 07:52 AM
Php frame work I think search on provide brief explain on it.

skyhost92
03-15-2017, 04:07 AM
A system gives you standard answers for normal issues, e.g. for an online shop that can cover the usefulness for a client login (counting session taking care of), a shopping basket, setting orders.
The huge favorable position of utilizing a system is that:
You don't have to rethink the wheel, the code is as of now there.
The code (normally) works, it is as of now tried.
Particularly for client verification, you will most presumably have less security spills as though you imagined something without any preparation yourself.

chrisgeitz
04-05-2017, 05:13 AM
Framework is a tool to help you develop applications faster and better. It is a reusable set of libraries and/or classes.

Nathank
04-05-2017, 06:04 AM
PHP frame work is a tool to help you develop applications faster and better. It is a reusable set of libraries and/or classes.

educaindia
04-07-2017, 04:45 AM
Very useful Information keep it up.

mikerock
04-12-2017, 02:01 PM
php framework is used to develop web applications. It is one of the advanced and mostly used open source framework for website and web application development.

anitatiwari01
04-17-2017, 07:28 AM
A PHP Framework is a basic platform that allows us to develop web applications.

charlottegracie
04-21-2017, 02:55 AM
The general idea behind the workings of a PHP framework is referred to as Model View Controller (MVC). MVC is an architectural pattern in programming that isolates business logic from the UI, allowing one to be modified separately from the other (also known as separation of concerns).

ShaliniVerma
04-22-2017, 04:06 AM
PHP framework is a library that makes the life of site developer easier by for example hiding some complexities of HTTP protocol or by adding some useful functions.
To know more about PHP Read these articles.

1. http://articles.org/?p=1358590
2. https://css-tricks.com/php-for-beginners-building-your-first-simple-cms/

Liyans_Tech
04-24-2017, 03:02 AM
PHP framework are codeignitor,cake php.

sadianisar
05-06-2017, 08:11 AM
PHP Framework is the platform which is used to develop a web application and it utilizes scripting programming language.