Category Archives: style

PHP Style guide: part 1

I’ve been slowly investigating PHP style. Currently I am following the philosophy that PHP is an interpreted version of C.. most of my code doesn’t use PHP Classes, but when it does I guess it will be more like an interpreted version of C++.
So far this has been a pretty good starting point. But I […]