Merge pull request #267 from brianhaveri/master

Link to Underscore.php in docs
This commit is contained in:
Jeremy Ashkenas
2011-08-04 12:01:12 -07:00

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: