Added base version of the Ajatus PHP -library.
commita4ce5a96d48a8a8f48f4110d5fc192c8aa6a28cb
authorJerry Jalava <jerry.jalava@gmail.com>
Mon, 14 Apr 2008 07:30:58 +0000 (14 10:30 +0300)
committerJerry Jalava <jerry.jalava@gmail.com>
Mon, 14 Apr 2008 07:30:58 +0000 (14 10:30 +0300)
treede7205710908454133ba009c7fb653509a257a59
parent020c1b1d92b293fdbc42c5aa670ed6e9c45c7503
Added base version of the Ajatus PHP -library.
This also contains the new CouchPHP library. (Still work in progress)
20 files changed:
plugins/ajatus/Ajatus PHP.tmproj [new file with mode: 0644]
plugins/ajatus/ajatus.php [new file with mode: 0644]
plugins/ajatus/couchdb/connection.php [new file with mode: 0644]
plugins/ajatus/couchdb/databases.php [new file with mode: 0644]
plugins/ajatus/couchdb/databases/database.php [new file with mode: 0644]
plugins/ajatus/couchdb/documents.php [new file with mode: 0644]
plugins/ajatus/couchdb/documents/document.php [new file with mode: 0644]
plugins/ajatus/couchdb/exceptions.php [new file with mode: 0644]
plugins/ajatus/couchdb/replicator.php [new file with mode: 0644]
plugins/ajatus/couchdb/replicator/http.php [new file with mode: 0644]
plugins/ajatus/couchdb/transport.php [new file with mode: 0644]
plugins/ajatus/couchdb/views.php [new file with mode: 0644]
plugins/ajatus/couchdb/views/view.php [new file with mode: 0644]
plugins/ajatus/exceptions.php [new file with mode: 0644]
plugins/ajatus/tests/all.php [new file with mode: 0644]
plugins/ajatus/tests/connectionTest.php [new file with mode: 0644]
plugins/ajatus/tests/helpers.php [new file with mode: 0644]
plugins/ajatus/tests/testcase.php [new file with mode: 0644]
plugins/ajatus/types.php [new file with mode: 0644]
plugins/ajatus/types/note.php [new file with mode: 0644]