Send to a Friend

tantaikooi's avatar

Does including a file with lots of functions slow down PHP applications?

Asked by tantaikooi (122points) February 7th, 2008

In PHP, include a file with a lot of functions when u only use let say half of it.

But the reason to do it because if application go bigger, i don’t have to include many files.. just one is enough.

let say, i can include
userFunction.php – login, register, edit account…
dataFunction.php – all the activities related to data.

so in the page like add new data, i just include dataFunction.php…

Using Fluther

or

Using Email

Separate multiple emails with commas.
We’ll only use these emails for this message.