sort of.

if you will always need the same functions for every page, it is probably
faster to put them all in one file (where pure speed is concerned)

in binarycloud, everything that makes sense to logically separate into
separate files.

I though that would be kind of "ok" re speed until zend cache, but it turns
out to be rippin' fast, so I'd say put stuff in different files, because
it's easy to use.

btw, if you're building something big, have a look at binarycloud.com, it
will save you a lot of time.

-alex


--
Alex Black, Head Monkey
[EMAIL PROTECTED]

The Turing Studio, Inc.
http://www.turingstudio.com

vox+510.666.0074
fax+510.666.0093

Saul Zaentz Film Center
2600 Tenth St Suite 433
Berkeley, CA 94710-2522




> From: [EMAIL PROTECTED] ("Randy Johnson")
> Newsgroups: php.general
> Date: 12 Jan 2001 15:24:53 -0800
> Subject: [PHP] Script execution Speed
> 
> Is it faster and more efficient to have smaller scripts that only do one
> specific thing when it is executed or can I have a script perform to
> different tasks based on a variable sent to it?  It will be a high user
> website so I am thinking that the smaller the script the better?  Am I
> right?
> 
> Randy
> 
> 
> -- 
> 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]
> 


-- 
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