Added comments and cleaned code

This commit is contained in:
Paolo
2019-12-17 16:57:02 +01:00
parent 719f2d7314
commit e509f7acd1
7 changed files with 70 additions and 61 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class DB_Model extends CI_Model
// Public methods
/**
* This method provides a way to setup a database model without declaring one
* This method provides a way to setup a database model without declaring one that extends this class
*/
public function setup($schema, $table, $primaryKey, $hasSequence = true)
{