News Feed
Jobs Feed
Sections




News Archive
Ben Vinegar's Blog:
ActiveSupport for PHP - Ruby style
August 14, 2007 @ 12:57:00

Ben Vinegar, having come from Rails to PHP was missing something - the ActiveSupport functionality Rails had natively that PHP doesn't. So, he's written up his own support for it and shares it in his latest blog post.

One of the things I miss most from Rails is ActiveSupport, the module that modifies Ruby's core classes (numbers, strings, more) with handy utility methods. They tie so well into the language, most Rails developers don't realize they aren't core methods.

He starts with a Ruby example, showing how they work to show things like camelized strings, times and evaluations. Since PHP doesn't support the same syntax, he had to work around it with some "PHP trickery" in PHP5 to handle it similarly. You can check out the results in the examples in his blog or by downloading the library and trying it out for yourself.

0 comments voice your opinion now!
activesupport ruby chaining port php5 activesupport ruby chaining port php5


blog comments powered by Disqus

Similar Posts

codediesel.com: 6 books to master PHP

Zend Developer Zone: XML and PHP 5

Matthew Weir O'Phinney's Blog: Overloading arrays in PHP 5.2.0

Web Developer Juice: 14 descriptive reasons why Ruby is better than PHP

PHP Security Blog: PHP 5.2.0 and allow_url_include


Community Events











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


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

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