Answer the question
In order to leave comments, you need to log in
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
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
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.
I recommend to start with Silex, uses Symfony components, very easy to understand.
You will understand how Symfony, Laravel, etc. work.
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 questionAsk a Question
731 491 924 answers to any question