6 comments

[ 3.8 ms ] story [ 25.6 ms ] thread
It looks like his code has no error handling of any kind and will be incredibly non-robust against any kind of malicious/invalid input.

PHP is basically fine, but it is not the language of choice when you want to get a lot done with very few lines of code.

If you have a high-traffic site where the difference between reading a 6kb compressed php-script or a 8kb formatted php-script makes a huge difference, this cms isn't right for you anyway.