Which PHP frameworks are used by corporations?

前端 未结 10 1537
迷失自我
迷失自我 2021-02-10 07:33

There are several questions about PHP frameworks, but I\'m curious as to which one(s) are used in the commercial world when developing web applications with PHP. At my first web

10条回答
  •  日久生厌
    2021-02-10 08:07

    Most frameworks are strongly focused on the presentation layer. Now, "corporate" is of course a rather vague term, but I assume you mean for more typical IT tasks, such as accounting, CRM etc. For these tasks, the presentation layer is a much smaller part of the entire application. Not only does this make said frameworks less important - it actually disqualifies them somewhat, since you don't want the restrictions on your model layer, that they impose.

提交回复
热议问题