Re: Re: require_once

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 01/09/2010 10:56 p, freeman3@xxxxxxxxxx wrote:
I think the files included just when you call it to include. How do you mean
it later?
What's in that file? A class or direct code?

David Mehler wrote:

Hello,
I've got probably a simple question on require_once. I've got a file
that has require_once at the top of it pulling in another file of
functions. Later on in this file I've got another require_once
bringing in a second file. In this second file I have a function call
to a function defined in the first files' top require_once functions
file. I'm getting a call to undefined function.
Should I change he require_once to require at the top of the first
file to fix? I thought require_once meant it was in that file and
anything pulled in later?
Thanks.
Dave.



If i get you correctly

file1.php has a require_once to file2.php
then file 1.php has a require_once to file3.php
but file3.php calls a function in file2.php

answer would be to require_onec file2.php in file3.php

or?

--
Jangita | +256 76 91 8383 | Y! & MSN: jangita@xxxxxxxxx
Skype: jangita | GTalk: jangita.nyagudi@xxxxxxxxx

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux