Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

codeigniter table list

$tables = $this->db->list_tables();

foreach ($tables as $table)
{
        echo $table;
}
 
PREVIOUS NEXT
Tagged: #codeigniter #table #list
ADD COMMENT
Topic
Name
4+8 =