diff --git a/README.md b/README.md new file mode 100644 index 0000000..c96e417 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# SimpleCRUD + +*A very simple CRUD interface* + diff --git a/simple-crud/Collection.php b/simple-crud/Collection.php new file mode 100644 index 0000000..f3d5304 --- /dev/null +++ b/simple-crud/Collection.php @@ -0,0 +1,47 @@ +