2.4k questions

2.4k answers

99.5k users

Categories

0 votes
55 views

Do I need a PHP framework?

in General by (95.8k points)

1 Answer

0 votes

PHP without a framework is like C++ without a std library. You don't need it, and you can actually do more without it since you'll be directly using the lower-level builing-block functionality of the language, but it will take you much longer to do the same thing.

by (95.8k points)
...