summaryrefslogtreecommitdiffstats
path: root/easyCRUD/Person.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'easyCRUD/Person.class.php')
-rw-r--r--easyCRUD/Person.class.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/easyCRUD/Person.class.php b/easyCRUD/Person.class.php
deleted file mode 100644
index 131b6b3..0000000
--- a/easyCRUD/Person.class.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
- require_once("easyCRUD.class.php");
-
- class Person Extends Crud {
-
- # Your Table name
- protected $table = 'persons';
-
- # Primary Key of the Table
- protected $pk = 'id';
- }
-
-?> \ No newline at end of file