I feel ok in procedural style, when should I switch to using OOP in PHP? Do you need to learn how to program in procedural style, or can you switch to OOP?

    1 answer 1

    It is better to switch to OOP right now, and then when you master the OOP well you can study some OOP framework! At first, there may be some difficulties in switching to OOP, but then you will understand the advantages of using OOP over procedural programming.