T
T
Treilyon2015-05-06 18:33:32
PHP
Treilyon, 2015-05-06 18:33:32

What literature to choose on php and how to develop further in web programming?

I understand that the question is very trivial and in search of many similar ones, but still I would ask someone not too lazy to tell.
The situation is this, I read a book on C++, but I didn’t write anything special, only coursework, laboratory ... But in general, as for the first book, it helped to understand the basics of programming.
Then I decided that I want to do web programming. So far, I have learned html, css, at first I read articles, websites, completed tasks, then I made up a couple of websites. The next step I read the book-site javascript.ru
And I had two questions:
1) Tell me, in your opinion, a book on php, preferably more modern or a site similar to javascript.ru, I saw everywhere that Koterov advises, it’s worth stopping at it ?
2) I would like to consolidate the acquired knowledge from javascript.ru somehow, with html / css it was a natural step to make up a couple of sites, but how to approach with javascript.
I thought, read php, make some kind of website, for example, an online store, and then add interactivity using javascript, tell me how best to do it?

Answer the question

In order to leave comments, you need to log in

7 answer(s)
P
Philipp, 2015-05-06
@zoonman

Everything is as old as the world. We read the manual. Everything's there. Yes, and it is well written.
php.net/manual/ru/index.php
And get acquainted with modern development getjump.github.io/ru-php-the-right-way
And write our bikes.

S
Sergey, 2015-05-06
@Pjeroo

As for the book - I will not say anything, I will only point to the official documentation. And as for what to do - make a bicycle MVC framework, and on it some kind of online store, figure out how it works, then choose any modern php framework, throw out your bike and start dealing with the insides of a normal framework. Many advise to start right away with some ready-made frameworks, but in my opinion this is a bad idea, because there is little point in using a tool without knowing how it works.

D
dogmator, 2015-05-07
@dogmator

i like
php

R
rie, 2015-05-08
@rie

There are no books, there are no normal and, most importantly, up-to-date sites.
javascript.ru is miserable, almost completely.
you need theoretical knowledge, language is not important.

A
Artur Nurullin, 2015-05-13
@Splo1ter

The choice of php put an end to you, you won’t go further than riveting sites on freelance, if you like simple work (a lot), then please. And so I would advise you to learn ruby ​​or python, and even better C # or Java.

V
Vladimir Yeponchintsev, 2015-06-14
@spongegot

To study together with practice, it's better to take this course: Learning PHP, MYSQL, JAVASCRIPT and layout for example... ... PHP tutorials, MySQL Premium Tutorial Cycle and a few other texts.

S
Sergey Fedotov, 2015-06-18
@FSA

It would be nice to read "Perfect Code" by Stephen McConnell. Although there is java, it helps to put things in order in the head and, in addition to simply writing code in PHP, think about how it can be supported later. Yes, and in many of the examples in the book, Java is very similar to modern PHP (it is clear that the PHP developers were Java-oriented, and not vice versa).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question