From ed1a612f0e486453f51adadcbb563f0fc7755845 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sat, 3 Dec 2011 22:35:41 -0500 Subject: [PATCH] added web.d.php --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 439ef6b..e576aad 100644 --- a/README +++ b/README @@ -22,6 +22,9 @@ dom.d - an xml/html DOM based on what Javascript provides in browsers web.d - a fancier way to write web apps. Uses reflection to make functions accessible via url with minimal boilerplate in your code +web.d.php - a PHP library meant to ease integration of php components + with web.d apps. Gives (read) access to the session, and full + access to your D ApiProviders. Database related ================