Hello:
I\'d like to know how build an object\'s array then I wish to access each item.
The code that I am using is:
$cont=0;
$obj=new $a;
$busquedas_obj[$cont]=$obj;
$cont++;
When I access to $busquedas_obj, this seems empty.
How can I resolve it?
Thanks.
Sorry for my terrific English.
I\'d like to know how build an object\'s array then I wish to access each item.
The code that I am using is:
$cont=0;
$obj=new $a;
$busquedas_obj[$cont]=$obj;
$cont++;
When I access to $busquedas_obj, this seems empty.
How can I resolve it?
Thanks.
Sorry for my terrific English.