Open Tux-box1 opened 7 years ago
Fairly new coder her, so please excuse my question if it is silly.
More info on what fetch_field does can be found here: http://php.net/manual/en/mysqli-result.fetch-field.php
When I try to use "fetch_field()" to obtain field names I get the following error. Fatal error: Uncaught Error: Call to a member function fetch_array()
Fatal error: Uncaught Error: Call to a member function fetch_array()
Also side question, any reason why I shouldn't change this class to inherit mysqli?
Any possibility to get this supported?
Fairly new coder her, so please excuse my question if it is silly.
More info on what fetch_field does can be found here: http://php.net/manual/en/mysqli-result.fetch-field.php
When I try to use "fetch_field()" to obtain field names I get the following error.
Fatal error: Uncaught Error: Call to a member function fetch_array()
Also side question, any reason why I shouldn't change this class to inherit mysqli?