|
Posted by Jerry Stuckle on 05/06/06 22:54
Paul Czubilinski wrote:
> Hi Jerry,
>
> Sure - I made some mind shortcut writing that 'A.php' is loaded into
> browser. I mean - A.php is executed on the server. The basic problem is
> that class definition which is inside file A.php is not visible for the
> PHP when executing code from other files (which are included from
> A.php)
>
> Paul
>
OK, Paul,
Well, as long as the class definition appears before the includes for the other
files, they should be able to use it. But if the definition isn't until after
the includes, they will not be able to use it.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|