Forum

What is framework i...
 
Notifications
Clear all

What is framework in PHP with example?


(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

What is framework in PHP with example?


   
Quote
(@elias)
Illustrious Member
Joined: 5 months ago
Posts: 4277
Topic starter  

A framework is a set of libraries that provide partial implementation of common tasks. PHP has a number of open source mature and tested MVC frameworks. A good development approach separates the data from the presentation and encourages the use of single entry point into an application.


   
ReplyQuote
Share: