C
C
cyberlog2016-09-04 15:21:01
PHP
cyberlog, 2016-09-04 15:21:01

A modern approach to developing an MVC framework in PHP (REST, security, performance, etc.) - what to read?

interested in articles, books, manuals

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
Nazar Mokrinsky, 2016-09-04
@nazarpc

Read the source code, articles on existing frameworks. In general, this is not necessary, just use the existing ones.

A
Andrey, 2016-09-04
@GhOsT_MZ

Something tells me that in order to write your own framework, you need to know the shortcomings of existing ones. After these shortcomings are identified, a product is designed that is devoid of these shortcomings. To identify the shortcomings of other frameworks, you need to know them from the inside, and if you know them, then this question would not exist.
L - logic.

O
OnYourLips, 2016-09-04
@OnYourLips

Start with the documentation for the frameworks, then read their code.
No other types of information can match code.
But I warn you right away: first learn how to use this tool, and only then read the source code.
Otherwise, you just won't understand.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question