Posts Tagged ‘cheatsheet’

SVN status cheatsheet

Recently I was looking for info on status messages from SVN and while googling for ‘svn status cheatsheet’ did turn up quite a few results, they were all useless: none of them went beyond the status messages you get in the first row from SVN when doing svn st. Seeing as I was up against [...]

Read the rest of this entry »

PHP magic methods

I can’t ever recall the magic methods of PHP and sometimes google doesn’t seem to display them as the first couple of hits, so for my own sake, a cheat-sheet of them with a few notes: __construct(/* arguments */) : called on construction of the object __destruct() : called when the object is destroyed __get($var) [...]

Read the rest of this entry »