From 3324c8dcdd746e8c30a11c284150c46e0478dc93 Mon Sep 17 00:00:00 2001 From: ComStudio Date: Mon, 24 Aug 2015 13:45:40 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31a833e..10481cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # cbase +[![Build Status](https://travis-ci.org/devstackgroup/cbase.svg?branch=dev)](https://travis-ci.org/devstackgroup/cbase) + CRUD library for MySQL with PDO ## How to use it From 10a306d2bd212560818546dc9f14ec5a13e41642 Mon Sep 17 00:00:00 2001 From: ComStudio Date: Mon, 24 Aug 2015 14:00:28 +0200 Subject: [PATCH 2/4] add bootstrap --- config/bootstrap.php | 6 ++++++ index.php | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 config/bootstrap.php diff --git a/config/bootstrap.php b/config/bootstrap.php new file mode 100644 index 0000000..c51fab2 --- /dev/null +++ b/config/bootstrap.php @@ -0,0 +1,6 @@ +setTable('test'); /** From f4ab817f27e277fb7a7ac38a6918287ef191b3e7 Mon Sep 17 00:00:00 2001 From: ComStudio Date: Mon, 24 Aug 2015 14:04:33 +0200 Subject: [PATCH 3/4] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb98b7a..ea9559c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cbase -[![Build Status](https://travis-ci.org/devstackgroup/cbase.svg?branch=dev)](https://travis-ci.org/devstackgroup/ +[![Build Status](https://travis-ci.org/devstackgroup/cbase.svg?branch=dev)](https://travis-ci.org/devstackgroup/)] CRUD library for MySQL with PDO From 6933c1f601508bba8db1195d772af6faab9a07c0 Mon Sep 17 00:00:00 2001 From: ComStudio Date: Mon, 24 Aug 2015 14:04:56 +0200 Subject: [PATCH 4/4] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea9559c..30ec935 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # cbase -[![Build Status](https://travis-ci.org/devstackgroup/cbase.svg?branch=dev)](https://travis-ci.org/devstackgroup/)] +[![Build Status](https://travis-ci.org/devstackgroup/cbase.svg?branch=dev)](https://travis-ci.org/devstackgroup/) CRUD library for MySQL with PDO