Quick cheat sheet for referencing. Tags are a way to bookmark a particular version of your git repository for future referencing. Use them to bookmark
Following a discussion on the IRC room from someone who viewed my post about login/logout handlers in SF2, i wanted to clarify that when dealing
1) create a branch. $ git checkout -b feature/newFeature 2) add new files and commit. $ git add ./* $ git commit -a 3) push
Having recently setup the new codeconsortium.com website i thought i would share some of the steps i took to get things working as it was
If your getting the above error, then you have a misconfiguration in your php.ini file, this is very easy to remedy. Firstly find out which
I needed to install APC on a Plesk VPS today, and thought i would share what i did. Following the guide in the blog below
Using login handlers or even logout handlers, we can do a number of last minute things before the user is redirected to where they need
Learnt some new things while working with symfony’s embedded forms, as we know, when they are have relations in the entities that the form is
If you are looking to create a form from 2 or more entities, like i have been then you probably find the documentation somewhat lacking
So a strange thing happened while doing some coding in symfony2. At first i thought it was symfony2, but realised i was using the wrong