HELP ! ! ! something simple . . . :D
- From: "CorfuVBProgrammer" <merianosnikos@xxxxxxxxx>
- Date: 29 Dec 2006 03:15:03 -0800
Hello all . . .
I need a help for something simple.
I have create two php classes
for example
class classname_1
{
}
and the
class classname_2
{
}
if i like to make an instance of class classname_1 into the classname_2
how can i do it ? ? ?
I have try to make one like
class classname_2
{
$obj_class1 = new classname_2();
}
but it doesn't work ! ! ! !
Why ? ? ?
Thanks a lot . . . :D
.
- Follow-Ups:
- Re: HELP ! ! ! something simple . . . :D
- From: Kimmo Laine
- Re: HELP ! ! ! something simple . . . :D
- Prev by Date: PHP Interview Questions
- Next by Date: Re: PHP Interview Questions
- Previous by thread: PHP Interview Questions
- Next by thread: Re: HELP ! ! ! something simple . . . :D
- Index(es):