Answer the question
In order to leave comments, you need to log in
Practical study of PHP. Where to start? Where to get material?
Everywhere it is advised to start with your own small project and gradually google and learn. But another question arises, how to start? What to do?
The basics of the language, for example, received at the codeacademy - are.
Books, PHP the right way, MVC, OOP, frameworks, articles, video tutorials - all this is certainly good, but for example, where to start your own simple project (for example, there is an idea) - I don’t know which side to approach .
Recommend good articles, or maybe even a study plan on what to do and how to do it.
Is it worth it to dive into practice right from the framework?
Should we follow the classic examples - write a guestbook, your own CMS, and so on?
Answer the question
In order to leave comments, you need to log in
1. If the base is in php, then you can code-basics.ru/ here. I'm sure you'll learn a lot for yourself.
2. If you do something, then test tasks are better. We collect a collection https://github.com/Hexlet/ru-test-assignments
3. If there is a financial opportunity, I recommend our projects: https://ru.hexlet.io/projects
> Should I dive into practice right from the framework?
From the microframework, yes. Look aside, for example, slim framework.
The classic start for all beginner PHP developers is
to write a simple blog (clean or with the help of a framework)
a simple admin panel (mainly used to practice registration, there may be a differentiation of rights, and services for editing the creation of categories and articles, there may be comments)
a simple frontend (for working out all sorts of data outputs (pagination, Ajax requests (for example, loading these same comments or articles), etc.)
This course went really well for me, the author burns what is called
php-up.com
despite the fact that many people say that the main thing is practice, I personally advise you to practice along with studying php more or less deeply, so as not to fix redneck code in practice. I recommend the Specialist course, where you can do labs. You need to be patient and do stupid tasks that are not related to life. Well, then take any framework, for example yii, and create a blog according to the manual or something else
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question