Hello! I use mysqli in my project and use fetch_all to select all the options. But the hoster does not support the mysqli library, suggested that I use the following solution (NOT ADVERTISING http://goo.gl/KgtPRl). The structure of the code is simple, but I do not understand, how can I replace mine with the above? My code
public function all_fetch_array() { return $this->result->fetch_all(); }