Posted by Jerry Stuckle on 09/10/07 11:58
Sanders Kaufman wrote:
> Jerry Stuckle wrote:
>> D_a_n_i_e_l wrote:
>>> Is it possible to split a class definition over two files?
>>>
>>> Thanks.
>>
>> No.
>
> Really?
>
> I have a class right now that uses at least 3 different files, through
> if-include-else-include's.
>
> Beyond that, I use EXTENDS all the time to use more than one file to
> define a class.
>
extending a class creating a new class, not splitting the current
definition across multiple files.
Let's see your code which splits a class across multiple files.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|