I
I
Ivan Petrov2018-02-28 20:06:04
PHP
Ivan Petrov, 2018-02-28 20:06:04

Which php framework can be understood/parsed completely?

In order to master php well, the main ways to solve problems like authorization, working with files, routing, I want to completely disassemble some kind of micro framework. Understand how everything works there, how everything is tripled.
Is this a good idea?
Tell me a simpler micro framework so that it can really be disassembled and understand how it works.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
M
Maksim Fedorov, 2018-02-28
@bitande

Right for you, don't miss it...!
PRS-7 framework
The series of videos fully understands the creation of a framework,
such a "universal" by modern standards, the last series will be day by day, all with tests and smoothly from one solution to another, watch at a speed of 1.25

X
xmoonlight, 2018-02-28
@xmoonlight

Correct answer: ANY .
You need to understand not the framework modules (as you wrote in the question: authorization, working with files, etc.), but the architecture of the structure of related classes that provide a framework model for the interaction of these very modules.
I advise you to look at the Fat-Free Framework , as the most understandable.

N
nozzy, 2018-03-01
@nozzy

I recommend to start with Silex, uses Symfony components, very easy to understand.
You will understand how Symfony, Laravel, etc. work.

M
Maxim Timofeev, 2018-02-28
@webinar

Take yii2, the entry threshold is low, good documentation, there is a lot of information in Russian.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question