Added link to Underscore.php in the docs

This commit is contained in:
Brian Haveri
2011-08-04 12:42:29 -06:00
committed by Jeremy Ashkenas
parent c7d4810ed6
commit eda751a2a4

View File

@@ -1247,6 +1247,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: