From eda751a2a43da386f87e92792df196b71e7252eb Mon Sep 17 00:00:00 2001 From: Brian Haveri Date: Thu, 4 Aug 2011 12:42:29 -0600 Subject: [PATCH] Added link to Underscore.php in the docs --- index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.html b/index.html index de196cdea..9ab3f4d10 100644 --- a/index.html +++ b/index.html @@ -1247,6 +1247,14 @@ _([1, 2, 3]).value(); available on GitHub.

+

+ Underscore.php, + a PHP port of the functions that are applicable in both languages. + Includes OOP-wrapping and chaining. + The source is + available on GitHub. +

+

Underscore.string, an Underscore extension that adds functions for string-manipulation: