Justtechjobs.com Find a programming school near you






Online Campus Both


php3-list | 200002

Re: [PHP3] scalable design, content separation and modules From: Richard Lynch (rlynch <email protected>)
Date: 02/22/00

At 01:10 AM 2/20/00 +0000, you wrote:
>BTW, how does one get around the problem caused by module 1 including
>or requiring modules 2 and 3, and module 2 including or requiring module 3?

if (!defined('module1')){
  define('module1', 1);
  //insert code here.
}

-- 
"TANSTAAFL"
We're looking for PHP/ASP hacker: http://ignitionstate.com/jobs/index.html
Need Work? Printer Driver: http://L-I-E.com/jobs.htm#PrinterDriver
I will be offline from March 8th through April 2nd.
http://CHaTMusic.com                       http://EmphasisEntertainment.com
http://L-I-E.com                           http://JadeMaze.com
http://CatCatalani.com                     http://MGMH.com
http://VoodooKings.net                     http://UncommonGround.com

-- PHP 3 Mailing List <http://www.php.net/> To unsubscribe, send an empty message to php3-unsubscribe <email protected> To subscribe to the digest, e-mail: php3-digest-subscribe <email protected> To search the mailing list archive, go to: http://www.php.net/mailsearch.php3 To contact the list administrators, e-mail: php-list-admin <email protected>