diff options
author | wei <> | 2006-09-18 22:57:16 +0000 |
---|---|---|
committer | wei <> | 2006-09-18 22:57:16 +0000 |
commit | 1e5f13b21b33b0d7ce86fe97ca145a3561433a7a (patch) | |
tree | 0d578ace6150cf69478696737cf0e1156a309661 /framework/3rdParty/readme.html | |
parent | 8e3f638109ebdb4bedc3e9ed7360b9d2467bc311 (diff) |
Add an interactive php shell that loads Prado classes.
Diffstat (limited to 'framework/3rdParty/readme.html')
-rw-r--r-- | framework/3rdParty/readme.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/framework/3rdParty/readme.html b/framework/3rdParty/readme.html index 86021a2e..26b1fe53 100644 --- a/framework/3rdParty/readme.html +++ b/framework/3rdParty/readme.html @@ -141,6 +141,13 @@ projects. <td>TimeStamp support for dates outside the 1970-2038.</td>
</tr>
+<tr>
+ <td><a href="3rdParty/PhpShell">3rdParty/PhpShell</a></td>
+ <td><a href="http://pear.php.net/package/PHP_Shell">PHP_Shell</a></td>
+ <td><a href="http://www.opensource.org/licenses/mit-license.php">MIT</a></td>
+ <td>An interactive PHP Shell</td>
+ <td>Available throught the prado-cli.php script.</td>
+</tr>
</table>
</p>
|