News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Functional programming with Underscore.php
September 13, 2011 @ 08:53:49

In a new post to his blog Sameer Borate looks at using the Underscore.php library to do a little functional programming in PHP. Underscrore.phpis a PHP port of Underscrore.js.

Underscore.php provides a utility library for PHP that provides a lot of the functional programming support that a programmer would expect in Ruby, but without adding much overhead during execution. The only caveat is that underscore.php requires PHP 5.3 or greater. Although you could accomplish some of the things using PHP's built in functions, the functional approach looks intuitive and easy to work with.

He gives a few simple code examples - one using the "pluck" method to pull certain values out of an array, the "map" method to apply a transformation to each item in an array and some OOP examples showing the use of the "max" and "template" methods.

0 comments voice your opinion now!
tutorial underscore functional programming


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Understanding and Applying Polymorphism in PHP

Raphael Stolt's Blog: Getting a visualization of a Phing buildfile

PHPBuilder.com: 10 Easy Solutions for PHP String Manipulation

The Bakery: New Tutorials - PHPTAL, Multiple Checkboxes, and counterCache

Zend Developer Zone: SQLite: Lean, Mean DB Machine


Community Events









Don't see your event here?
Let us know!


interview testing composer event introduction community development code language unittest podcast example framework tool object api functional zendframework2 release opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework