c_pattle Posted March 14, 2011 Share Posted March 14, 2011 Hi everyone I've been learning PHP for quite a while now and I think of I got a good understanding of a lots of aspect of PHP programming. I know how to use functions, classes, includes, use javascript for ajax, regular expression and things like cURL. I'm now at the point where I'm not sure what to learn next. I want some advanced stuff to get my teeth into. Any suggestions? Thanks for any help. Quote Link to comment Share on other sites More sharing options...
KevinM1 Posted March 15, 2011 Share Posted March 15, 2011 Knowing how to write classes doesn't mean you know OOP. Look into design patterns, especially the MVC pattern as it's the de facto pattern used by many medium-to-large web apps. Quote Link to comment Share on other sites More sharing options...
.josh Posted March 15, 2011 Share Posted March 15, 2011 reflection and forking are a couple of more "archaic" php things you can learn. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.