A
A
Andrey Samoylenko2016-03-11 14:58:52
MySQL
Andrey Samoylenko, 2016-03-11 14:58:52

At what level do you need to know php to start learning frameworks?

Hello, tell me at what level you need to know php to start learning Laravel or Yii frameworks? Suppose I don't know php and OOP yet, but I have experience with MySQL (log, guestbook). Or maybe something easier to start with? I would like to learn how to implement complex projects such as CAP (seosprint for example).

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Viktor, 2016-03-11
@Ketch

At a level where you
1. get tired of writing each page separately from scratch,
2. you will see that they all have many common elements,
3. and therefore you will want to write your own little framework.
This means that you are ripe for learning frameworks :-)

S
Saboteur, 2016-03-11
@saboteur_kiev

Yes, you can study at any level.
You need to understand one simple thing - the more you know, the easier it is to learn something new in this area. The smaller, the more difficult.
But there are no "it is impossible, it is forbidden, it will not work."
Everything will work out, just in the process of learning the framework, you will have to learn OOP and all the other missing things at the same time as the framework.

A
Andrey Kulikovsky, 2016-03-11
@by25

You need to at least know the syntax, understand how it works, deal with OOP.
After that, you can start learning the framework. Laravel or Yii doesn't really matter. Although I would look closely at Laravel.

S
Stanislav Pochepko, 2016-03-11
@DJZT

MySQL is a DBMS. And it has nothing to do with algorithmic programming languages. It is necessary to know any C-like language. With PHP then you will understand easily. All frameworks are strongly tied to OOP. Therefore, you need to know it, at least at a basic level.

K
Klein Maximus, 2016-03-11
@kleinmaximus

If you do not know PHP and OOP, then it is too early to learn high-level frameworks.
And taking into account the fact that often bare SQL is not used, knowledge of MySQL will not help much.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question