php Archive

  • There are times where you need to loop through a large array and manipulate the items in the array. This is what you usually do. List through items Create a...

    Looping through values using reference

    There are times where you need to loop through a large array and manipulate the items in the array. This is what you usually do. List through items Create a...

    Continue Reading...

  • SimpleXML is really good, this is especially more from the heart as its coming from someone who spent a decent amount of time using DOM API to parse xml in...

    SimpleXML and parsing namespaced attribute

    SimpleXML is really good, this is especially more from the heart as its coming from someone who spent a decent amount of time using DOM API to parse xml in...

    Continue Reading...

  • Being the symfony fan that I am, I have decided to start documenting some of the features I think are quite neat in the framework. So starting today, here’s a...

    Creating clean SEO urls in symfony

    Being the symfony fan that I am, I have decided to start documenting some of the features I think are quite neat in the framework. So starting today, here’s a...

    Continue Reading...