News Feed
Jobs Feed
Sections




News Archive
Eli White's Blog:
An intriguing use of lambda functions
March 11, 2010 @ 08:48:16

In a new post to his blog today Eli White takes a look at an interesting use of lambda functions he's figured out for a his development at work.

I found a very specific use out of the blue of Lambda functions that I have now used and I see as a great use-case. Which is specifically passing functions/logic from your Controller to your View. In the case of Goodsie, I'm using PHP for my templating language and as usual I'm trying to remove as much logic from my View as possible, while still allowing the view to be malleable.

His method centered around a pagination subview that he wanted to make flexible enough to work with both the standard page view and with an ajax request. Lambda functions came to the rescue by dynamically creating a function based on the request need.

0 comments voice your opinion now!
lambda function pagination subview tutorial


blog comments powered by Disqus

Similar Posts

Kevin Schroeder's Blog: A little more advanced ZF2 EventManager usage

PHPMaster.com: Packaging Your Apps with Phar

NetTuts.com: Deciphering Testing Jargon

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements

Tiffany Brown's Blog: Simple pagination for arrays with PHP 5


Community Events











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


zendframework2 podcast interview functional language conference testing application framework introduction example tool community opinion phpunit unittest series development release code

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