Is it possible to call a data from database by attaching a constant variable like this?
$table_result->description_{constant_varible};
So that the actual stdclass I intend to call is $table_result->description_B; return '34';
Thanks
|
Yes, it's possible. E.g. via
|
|||
|
|
|
Your solution should work (not sure). Here is an alternate.
|
|||
|
|
'Yes'or'NO'as an answer – Positive Jun 8 '11 at 11:08