diff options
author | Jamie Cressey <jamiecressey89@googlemail.com> | 2014-07-05 16:14:09 -0400 |
---|---|---|
committer | Jamie Cressey <jamiecressey89@googlemail.com> | 2014-07-05 16:14:09 -0400 |
commit | 9737cfe130e4a7a56eaa91ba0835efdedb9bceec (patch) | |
tree | 6ae1902ef09943295ecb3930fab2c7e10b3ba9ac /easyCRUD/Person.class.php | |
parent | 66e72318fbac670abe640d62eaf0c87ef9498fb3 (diff) | |
download | php-mysql-pdo-database-class-9737cfe130e4a7a56eaa91ba0835efdedb9bceec.zip php-mysql-pdo-database-class-9737cfe130e4a7a56eaa91ba0835efdedb9bceec.tar.gz php-mysql-pdo-database-class-9737cfe130e4a7a56eaa91ba0835efdedb9bceec.tar.bz2 |
Clean up for my needs
Diffstat (limited to 'easyCRUD/Person.class.php')
-rw-r--r-- | easyCRUD/Person.class.php | 13 |
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 |