Panasonic Youth rob sanheim writes about software, business, ruby, music, stuff and things



Posts Tagged PHP

Posted
8 March 2007 @ 2pm

Tagged
PHP, Whining

Gotta love the PHP

Quick - what does this line of PHP do:

@ $value = unserialize($option->option_value);

Look, its an 'at sign'. Hmm...that must be something special. I bet its some really advanced crazy PHP feat...oh of course - its PHP's error control! it tells the intrepeter to ignore any and all errors in that line of code! [...]


Adventures in PHP

Been doing a lot of PHP in anger the past two weeks. Its not the cleanest language, but you can definitely get stuff done quickly with it. I've been getting used to the Wordpress source, and lots of plugins and hacks built on top of it. Its pretty much at the oppositie [...]