Question
organizing php functions
I am wondering what the best way to organize php functions is. I was thinking of creating one php function file, and then have every page access it by using include once. i think it will make the pages easier to read, organize, and work with in the long run. is this a good idea? what should it be called?
