[PHP] Arranging My Functions

2004-02-14 Thread Hamid Hossain
Hi, I've created a big site contains about 500 functions to handle all the site logic. I saved all these functions in one file. - Should I separate them into grouped files ? - Is there any reference on the web on how to arrange my PHP code? Regards, Hamid Hossain --- Check

Re: [PHP] Arranging My Functions

2004-02-14 Thread Richard Davey
Hello Hamid, Saturday, February 14, 2004, 5:09:46 PM, you wrote: HH I've created a big site contains about 500 functions to handle all the site HH logic. I saved all these functions in one file. HH - Should I separate them into grouped files ? For your own sanity, more than anything else, yes.