I make a table with number 22 as the column name. How to access this column?
content:
I\'ve tryed thest
$obj = Tablename::f
$table = Tablename::get(); foreach ($table as $value){ echo $value->22 // Getting column 22 from table }