I make a table with number 22 as the column name. How to access this column?
content:
I\'ve tryed thest
$obj = Tablename::f
Try this:
$obj->getAttributeValue("22");
Please post the error if it doesn't work