Why use a framework with PHP? -


I'm curious, what are the advantages (and disadvantages) on using the framework with PHP?

I am using PHP on and off since the 3rd edition. I have never used any framework for PHP, so what am I missing?

The framework links you to a low level of detail, makes you more productive, and the lower level (Such as blocking SQL injection attacks).

A good PHP framework lets you separate your concern and implement a proven architecture, which eventually improves your design, and makes it easier for you to read and maintain your code and test the unit. is.

The use of the framework in this context is


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -