Is there a way to get more metadata |
(03-08-2018, 01:20 AM)javiecholson188 Wrote: according to documentation the only metadata we can get with this "$fields = $this->db->field_data('table_name');" Yes, it will basically boil down to a manual parse of your RDBMS's "SHOW CREATE TABLE" return. And, as Kaosweaver mentions, the format here will depend on the database vendor. For cases where the table structure is more_or_less known, you could consider supplementing CI's metadata return with some hardcoded additions :-\ |
Messages In This Thread |
Is there a way to get more metadata - by javiecholson188 - 03-08-2018, 01:20 AM
RE: Is there a way to get more metadata - by Kaosweaver - 03-08-2018, 07:29 AM
RE: Is there a way to get more metadata - by DanielRhodes - 03-11-2018, 12:22 PM
|