The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Variable Arguments

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mike Naberezny

Posts: 133
Nickname: mnaberez
Registered: Feb, 2007

Mike Naberezny blogs about Python.
Variable Arguments Posted: Feb 13, 2008 6:04 PM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Mike Naberezny.
Original Post: Variable Arguments
Feed Title: Rails for PHP Developers
Feed URL: http://railsforphp.com/feed/
Feed Description: Rails for PHP Developers is about learning Ruby and Rails from a PHP developer's perspective.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Mike Naberezny
Latest Posts From Rails for PHP Developers

Advertisement
Rails uses quite a few techniques to make the end-user API a little nicer when you’re creating your applications. One of these techniques is having a method accept variable arguments with a hash of options. We see this pattern appear in quite a few different areas of the Rails API, particularly in ActiveRecord and ActionView. [...]

Read: Variable Arguments

Topic: Variable Arguments Previous Topic   Next Topic Topic: Dealing with Dependencies

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use