Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: What is PHP Framework?

  1. #11

    Default

    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.

  2. #12
    Join Date
    Dec 2012
    Posts
    392

    Default

    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.

  3. #13
    Join Date
    Jun 2015
    Location
    United Kingdom
    Posts
    58

    Default What is PHP Framework?

    A PHP Framework is a basic platform that allows us to develop web applications.

  4. #14
    Join Date
    Feb 2016
    Location
    Beauty Exchange Center,No.121, Guangyuan West Road,Guangzhou,China,51000
    Posts
    83

    Default What is PHP Framework?

    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.

  5. #15
    Join Date
    Jan 2016
    Location
    Van Nuys
    Posts
    79

    Default What is PHP Framework?

    A PHP Framework is a basic platform that allows us to develop web applications. In other words, it provides structure.

  6. #16
    Join Date
    Jan 2016
    Location
    Van Nuys
    Posts
    79

    Default What is PHP Framework?

    A PHP Framework is a basic platform that allows us to develop web applications.

  7. #17
    Join Date
    Aug 2017
    Location
    Pune
    Posts
    459

    Default

    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.

  8. #18
    Join Date
    Feb 2020
    Posts
    1,103

    Default

    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.

Similar Threads

  1. What is the best responsive web design framework?
    By johnwest in forum Web Design Solutions
    Replies: 8
    Last Post: 03-28-2023, 10:51 AM
  2. What is .NET Framework?
    By BritneaWilson in forum Web Design Solutions
    Replies: 12
    Last Post: 01-07-2015, 05:53 AM
  3. Mobile friendly WHMCS theme based on Bootstrap 3 framework + shopping cart!
    By cosmetologist in forum Web Hosting and Related Offers Forum
    Replies: 0
    Last Post: 04-11-2014, 06:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •