A
A
Alexander2015-06-24 16:21:37
PHP
Alexander, 2015-06-24 16:21:37

What exactly do you need to know about SQL when working with a framework?

I want to know what exactly you need to know about SQL when working with various php frameworks.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Shiklgruber, 2015-06-24
@aaadddminnn

same as without framework

S
Stalker_RED, 2015-06-24
@Stalker_RED

The less you know, the more likely you are to win a prize for the slowest app. And you can also implement in code what the database engine does well.

D
Dmitri Sinitsa, 2015-06-24
@unabl4

You need to know that, as a rule, at first everything will be cool and fabulous (ORM magic and all that), and then, when it turns out that you need to take a step to the left or right (something more complicated than from standard examples), you can stumble upon a whole bunch of problems, rakes, crutches, etc. Up to complete despair and reading articles like "why ORM is evil", etc.
And SQL itself will still need to be known. Any custom things will turn into a wall of misunderstanding on the part of any framework.

M
MaoCzedun, 2015-07-03
@MaoCzedun

If the application is large-scale, then the framework's ORM may simply not pull and then the application will fall. In such cases, you have to build everything yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question