[PHPLondon-discuss] Wordpress
Andrew Betts
andrew.betts at assanka.net
Mon Sep 24 18:19:33 BST 2007
Hi all,
We did http://ftalphaville.ft.com using Wordpress, and speaking as someone who's actually had to wade through pretty much the whole codebase, let me tell you it seriously sucks. A few highlights:
1. It tries to detect magic_quotes_gpc, un-quotes the superglobal arrays and then re-quotes them so it's impossible to get access to the raw querystring or post data
2. I've had function chains up to eight calls long with each function in a different file.
3. I still have nightmares about a function called wpautop(). If you ever think about editing it... don't.
4. I've lost count of the number of code blocks that have comments such as "This probably isn't needed anymore". Probably!?
And yes, my own blog runs Wordpress. It's just so damned easy to install :-)
Andrew
More information about the Phplondon-discuss
mailing list