> > What do people do with required files? I have a file called config.php
> > which contains all my functions. It is 329526 bytes. Should I split this
> > up into other files? I don't think so, but what do others think?
>
> I too am curious about a recommended or best practice.

what you want todo is split them up by purpose
so you can include as needed

also check the differences on
include (include_once) versus require (require_once)

greets,
Lukas Smith
[EMAIL PROTECTED]
____________________________

DybNet Internet Solutions GbR
Alt Moabit 89
10559 Berlin
Tel. : +49 30 83 22 50 00
Fax : +49 30 83 22 50 07
www.dybnet.de [EMAIL PROTECTED]
____________________________


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to