From the course: PHP: Design Patterns

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Next steps

Next steps - PHP Tutorial

From the course: PHP: Design Patterns

Start my 1-month free trial

Next steps

- All right, so now you've gone through the entire course and you want to understand what's next. Well, there are a ton of things you can do from here. I'll talk about three steps and some resources you can take advantage of. First, you should understand that although we covered a number of patterns here, there are dozens more to learn about and understand. Some of them are similar or competitive to what I've already presented here. But others solve a multitude of other problems that we haven't addressed so far. The Gang of Four book or Patterns of Enterprise Application Architecture are great sources. I'll provide links to them at the end of this section. Next, don't try to figure this out by yourself. Whenever possible, find examples in the real world. This includes major frameworks and popular projects. While you may think you understand a pattern, it's different once you seen an actual implementation. It can let you in on details and perspectives that you might not be aware of…

Contents