Progressing past CRUD applications in PHP?

Posted by Anonymous - on Programmers See other posts from Programmers or by Anonymous -
Published on 2011-11-22T14:41:30Z Indexed on 2011/11/23 18:04 UTC
Read the original article Hit count: 207

I've been programming in PHP for about a year and am at the following stage:

  • Have a good 'feel' for the language

  • Can create CRUD applications competently

  • Can utilize an MVC structure to allow for future expansion of code

  • Using the points listed above, I've created a number of my own applications for practise - including but not limited to; a forum, social network etc.

My question may be a little vague but should hopefully be answerable.

I feel as though there isn't anything else I would need to know about PHP to allow me to create websites, though I'm sure I'm wrong.

What advanced/complex PHP topics could I look at that have a real-world use and will allow me to enhance both my skill as a programmer and applications in general?

Recently I've looked a lot more at javascript/jQuery allowing me to give my applications a richer user interface which has been a great learning experience and proving very useful.

© Programmers or respective owner

Related posts about php

Related posts about self-improvement