[PHP] Re: class and inheritance

2008-10-21 Thread Maciek Sokolewicz
Alain Roger wrote: Hi, I'm trying to create a class that has as public members some other class object. for that i use almost the same syntax as under C# or C++. header class: ?php class CARMainHeader { // title of the main table header private $mTitle = null; // holds the

[PHP] Re: class and inheritance

2008-10-21 Thread Alain Roger
basically i did this but Zend studio for eclipse does not show me the data or methods members after one - :-( On Tue, Oct 21, 2008 at 9:11 PM, Maciek Sokolewicz [EMAIL PROTECTED]wrote: Alain Roger wrote: Hi, I'm trying to create a class that has as public members some other class object.