I have mysql table with collumns like \'operation.date\', \'operation.name\' and etc. After fetching that table data as object with $mysqli->fetch_object() i
$mysqli->fetch_object()
Change the sql to return valid property names using the 'as' feature
eg. select operation.date as date