Added link to Underscore.php in the docs

This commit is contained in:
Brian Haveri
2011-08-04 12:42:29 -06:00
parent 03b341d063
commit 6cf647505f

View File

@@ -1256,6 +1256,14 @@ _([1, 2, 3]).value();
available on GitHub.
</p>
<p>
<a href="http://brianhaveri.github.com/Underscore.php/">Underscore.php</a>,
a PHP port of the functions that are applicable in both languages.
Includes OOP-wrapping and chaining.
The <a href="http://github.com/brianhaveri/Underscore.php">source</a> is
available on GitHub.
</p>
<p>
<a href="https://github.com/edtsech/underscore.string">Underscore.string</a>,
an Underscore extension that adds functions for string-manipulation: