Notifications
Clear all
Topic starter 27/10/2024 6:45 pm
Do I need a PHP framework?
Topic starter 27/10/2024 6:45 pm
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.