Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 7, 2018 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/770994d6d559d7e88a0884b25a167563 to your computer and use it in GitHub Desktop.
Save parzibyte/770994d6d559d7e88a0884b25a167563 to your computer and use it in GitHub Desktop.
<?php
# Equivalente a delete from mi_tabla
$this->db->empty_table("mi_tabla");
# Equivalente a truncate table mi_tabla
$this->db->truncate_table("mi_tabla");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment