Codeigniter Table List

[Solved] Codeigniter Table List | Php Frameworks Codeigniter - Code Explorer | yomemimo.com
Question : codeigniter table list

Answered by : portapipe

$tables = $this->db->list_tables();
foreach ($tables as $table)
{ echo $table;
}

Source : | Last Update : Fri, 09 Oct 20

Answers related to codeigniter table list

Code Explorer Popular Question For Php Frameworks Codeigniter