3
votes
Should a beginning PHP programmer consider frameworks?
PHP itself is a large language, you should probably find out what PHP can do well on its own before looking into frameworks that abstract you away from the language. But then you might end up like …
