Notifications
Clear all
Topic starter 27/10/2024 6:44 pm
What is framework in PHP with example?
Topic starter 27/10/2024 6:44 pm
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.