Just wondering but when you start a PHP project do you use a 3rd party framework, plain old PHP or your own PHP framework?
Name:
Anonymous2014-01-03 10:07
PHP is pretty much designed to be written in a horribly unstructured way.
It's essentially Perl for web programming.
I'd suggest using a different language if your project is large enough to require serious structure.