From 01129b49e2e236b80e88129f669af7643840883c Mon Sep 17 00:00:00 2001 From: Joel Perras Date: Mon, 24 Aug 2009 14:38:18 -0400 Subject: [PATCH] Adding EMDEAR. --- README.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.markdown diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..acc2cff --- /dev/null +++ b/README.markdown @@ -0,0 +1,14 @@ +# Divan + +Divan is a CakePHP DataSource for the wonderful document-oriented database, CouchDB. + +## Usage + +In CakePHP 1.2, datasources don't get any plugin-love - it's currently impossible to load a datasource included in a plugin into your main application. I know, it's sad. I cried a little. + +Luckily, we're planning on fixing that in 1.3 (gotta _earn_ that money all you guys cloning this DataSource are paying me), and Divan will then feel the warm embrace of it's formerly scorned lover, Plugin. + +Until then, there is no un-hacky way to get Divan to work in it's current plugin-esque incantation. You will need either symlinks, copy/paste-fu, or perhaps some Mayan shaman tricks sprinkled with some good ol' black magic to get things to work. But don't worry, that's pretty much how I'm doing it right now. And if _I'm_ doing it, then it _must_ be right, right*? + + +*: I should really invent a shorthand for that end-of-sentence structure. Maybe [right]^2? Hopefully that wont anger the grammar police enough for me to end up in the trunk of their unmarked dictionary van. \ No newline at end of file