RE: [PHP] scripting workflow

2005-04-12 Thread Mike
> First off, do people prefer to have all their code in one > file? Or multiple separate files? I know functions and > classes are good to keep in separate files, but i am talking > about say for example a news system, etc. For me, this largely depends on project size and the types of functions

[PHP] scripting workflow

2005-04-12 Thread DuSTiN KRySaK
I just have a few questions regarding workflow when producing scripts. First off, do people prefer to have all their code in one file? Or multiple separate files? I know functions and classes are good to keep in separate files, but i am talking about say for example a news system, etc. Next off