added web.d.php

This commit is contained in:
Adam D. Ruppe 2011-12-03 22:35:41 -05:00
parent 4890825620
commit ed1a612f0e
1 changed files with 3 additions and 0 deletions

3
README
View File

@ -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
================