Connecting Tech Pros Worldwide Help | Site Map

include files

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2005, 09:57 AM
Marcel
Guest
 
Posts: n/a
Default include files

Hello, i have a very basic question:

What is better, to include one big include file with all functions in it or
is it better to include several include files with each function in a
separate include file?

Regards,

Marcel



  #2  
Old July 17th, 2005, 09:57 AM
Rick van Krevelen
Guest
 
Posts: n/a
Default Re: include files

I believe you should store functions typically used together for some task
in a single file, and not hessitate to use multiple files to store functions
for different tasks. Using a good multifile editor like UltraEdit probably
helps to keep a clear structure.
[color=blue]
> What is better, to include one big include file with all functions in it[/color]
or[color=blue]
> is it better to include several include files with each function in a
> separate include file?[/color]


  #3  
Old July 17th, 2005, 09:57 AM
Marcel
Guest
 
Posts: n/a
Default Re: include files


"Rick van Krevelen" <krevelen@cs.vu.nl> schreef in bericht
news:Wvfud.87376$lN.58035@amsnews05.chello.com...[color=blue]
>I believe you should store functions typically used together for some task
> in a single file, and not hessitate to use multiple files to store
> functions
> for different tasks. Using a good multifile editor like UltraEdit probably
> helps to keep a clear structure.
>[/color]

Thanks Rick but my question was a performance issue... will a php page with
functions split into multiple include-files take more time to appear in a
browser than a page with one big include-file containing all functions.

Marcel


  #4  
Old July 17th, 2005, 09:57 AM
Joshua Gao
Guest
 
Posts: n/a
Default Re: include files

Well, it depends. If you only need to use a few of the functions,
instead of every function in the file, then multiple include files,
using only a certain number of them would be more efficient. Not much
more efficient though, since the filesystem has an overhead for opening
multiple files.

-Joshua Gao
Marcel wrote:[color=blue]
> "Rick van Krevelen" <krevelen@cs.vu.nl> schreef in bericht
> news:Wvfud.87376$lN.58035@amsnews05.chello.com...[color=green]
> >I believe you should store functions typically used together for[/color][/color]
some task[color=blue][color=green]
> > in a single file, and not hessitate to use multiple files to store
> > functions
> > for different tasks. Using a good multifile editor like UltraEdit[/color][/color]
probably[color=blue][color=green]
> > helps to keep a clear structure.
> >[/color]
>
> Thanks Rick but my question was a performance issue... will a php[/color]
page with[color=blue]
> functions split into multiple include-files take more time to appear[/color]
in a[color=blue]
> browser than a page with one big include-file containing all[/color]
functions.[color=blue]
>
> Marcel[/color]

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.