2.4k questions

2.4k answers

99.5k users

Categories

0 votes
102 views

What is framework in PHP for beginners?

in General by (95.8k points)

1 Answer

0 votes

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).

by (95.8k points)
...