Skip to content

v3.1.3

Compare
Choose a tag to compare
@tamedevelopers tamedevelopers released this 06 May 19:54
· 119 commits to main since this release

->tableExist() Method Upgrade

  • Support to Check even without Established Connection
$db->tableExist('table_name');

Will return true|false even if you're not connected to the database yet