PDA

View Full Version : What is PHP Framework?



stuartspindlow2
07-19-2016, 08:11 AM
Hello Friends,

Please tell me what is PHP framework.

ORLOVA
07-20-2016, 06:40 AM
A PHP Framework is a collection of classes which help you develop a web application.

addisoncave
07-21-2016, 07:54 AM
PHP is the world's most well known scripting dialect for a wide range of reasons – adaptability, convenience, among others-however regularly coding in PHP, or any dialect so far as that is concerned, can get rather dreary and dull. That is the place a PHP structure can offer assistance.

PHP systems streamline the improvement of web applications written in PHP by giving an essential structure to which to fabricate the web applications. At the end of the day, PHP structure advance fast application improvement (RAD), which spares you time, manufactures more reasonable applications, and lessens the measure of monotonous coding for engineers. Structures can likewise help fledglings to manufacture more steady applications by guaranteeing legitimate database connection and coding on the presentation layer. This permits you to invest more energy making the genuine web application, rather than investing time composing monotonous code.

stuartspindlow
08-16-2016, 12:15 PM
A PHP Framework is a basic platform that allows us to develop web applications.

RH-Calvin
08-18-2016, 06:31 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. For example the CakePHP implements so called MVC which makes developer to think a level higher than HTTP.

Glendajones
08-31-2016, 11:54 AM
PHP is the globe's most well known scripting language for an extensive variety of factors – flexibility, comfort, among others-however consistently programming in PHP, or any language so far as that is involved, can get rather uninspiring and boring. That is the position a PHP framework can provide support.

Dyhair77
09-01-2016, 06:19 AM
In other words, PHP frameworks help to promote rapid application development (RAD), which saves you time, helps build more stable applications, and reduces the amount of repetitive coding for developers.

Glendajones
09-08-2016, 06:55 AM
PHP is the globe's most well known scripting language for an extensive variety of factors – flexibility, comfort, among others-however consistently programming in PHP, or any language so far as that is involved, can get rather uninspiring and boring. That is the position a PHP framework can provide support.

giannaali
09-27-2016, 05:42 AM
A PHP Framework is a basic platform that allows us to develop web applications. In other words, it provides structure.

acheter
09-27-2016, 07:39 AM
A PHP Framework is a basic platform that allows us to develop web applications. In other words, it provides structure. By using a PHP Framework, you will end up saving loads of time, stopping the need to produce repetitive code, and you'll be able to build applications rapidly (RAD). Without a PHP Framework in place, it gets much more difficult to produce applications since you'll have to repeatedly code a lot of PHP. You'll also have to execute the connection between your database and whatever application you develop from scratch. Meanwhile, using a PHP Framework makes it easier for you to ensure this connection.

pablohunt2812
10-08-2016, 10:04 AM
A PHP Framework in my eyes is a collection of classes which help you develop a web application.
In my company we use the Zend Framework. I have to say that getting started with this Framework is pretty hard, but if you get how to use the API and the Reference Guide you have a great Framework. Also its interessting because they have Zend people sitting on the project so they can use those internal tricks and get some performance boosts others can't get.
What also differs ZF from others is the ability to create MVC programms with no big hassles.

moria
10-13-2016, 10:19 AM
PHP frameworks streamline the the development of web applications written in PHP by providing a basic structure for which to build the web applications. ... With MVC, Model refers to data, View refers to the presentation layer, and Controller to the application or business logic.

BenWood
10-24-2016, 11:25 AM
A PHP Framework is a basic platform that allows us to develop web applications.

lavyhair
03-27-2017, 12:09 PM
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.

sandrew272
05-16-2017, 02:01 PM
A PHP Framework is a basic platform that allows us to develop web applications. In other words, it provides structure.

sandrew272
06-26-2017, 11:42 AM
A PHP Framework is a basic platform that allows us to develop web applications.

Dam Ponting
09-13-2017, 04:56 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. For example the CakePHP implements so called MVC which makes developer to think a level higher than HTTP.

lishmalinyjames
06-15-2021, 04:06 PM
A PHP framework is a platform to create PHP web applications. PHP frameworks provide code libraries for commonly used functions, cutting down on the amount of original code you need to write.