Re: Classe Variable

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

 



On Wednesday 20 April 2005 13:29, marc serra wrote:
> Hi,
> i got a problem to write automaticaly varibles in classes.
>
> i got a simple object name test like this
>
> classes Test{
>     public     $id;
>     public     $text;
> }
>
> i want to affect my value to my variable like this
> $test = new Test
>
> $champ = id;
> $valeur_champ = 4;
>
> $test->$champ = $valeur_champ;

Just use $test->{$champ}

;-)

>
> my example is stupid i know but its just for an example.
> in fact when i write $test->$champ = $valeur_champ; I want that php
> execute $test->id = 4;
>
> can someone help me plz,
>
> Marc.

-- 

Cyberly yours,
Petar Nedyalkov
Devoted Orbitel Fan :-)

PGP ID: 7AE45436
PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc
PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436

Attachment: pgp2RJCVpIDgr.pgp
Description: PGP signature


[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