T
T
Tema Ovchinnikov2017-05-01 21:28:39
PHP
Tema Ovchinnikov, 2017-05-01 21:28:39

What book or video course to watch on php oop, pdo, design patterns?

Good day. Please tell me a book or a video course in English or Russian, where OOP php, pdo, mvc, singleton, etc. were discussed in detail. Perhaps someone can share how to design the structure of a web application. I want to write a route to parse the address bar, make a CNC, and if there is no such address, it was recorded in the logs and gave a 404 error. I wanted to pull out of laravel, yii, zend framework, but there is not enough knowledge(

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vladimir Zhosan, 2017-05-01
@TemaTM

Here I advise, because the implementation of MVC comes from scratch, you will learn the basics.

A
Andrey Kulikovsky, 2017-05-11
@by25

  1. Matt Zandstra "PHP: Objects, Patterns, and Programming Techniques" - Get the hang of OOP
  2. Eric Freeman & Co. Design Patterns (Head First) - Fall in love with OOP
  3. Eric Evans "Domain-Based Design" - learn how to design complex systems
  4. Craig Larman "Using UML 2.0 and Design Patterns" - about design, deep understanding of OOP

A
Andrew, 2017-05-11
@iCoderXXI

I want to write a route to parse the address bar, make a CNC, and if there is no such address, it was recorded in the logs and gave a 404 error.
Here is a banal CNC with an automatic router, without OOP and other difficulties https://github.com/iCoderXXI/feedback-form-admin-panel

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question