View Single Post
  #1 (permalink)  
Old 07-31-2007, 03:14 PM
HelloWorld's Avatar
HelloWorld HelloWorld is offline
PT Admin
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: In front of computer...
Posts: 1,118
iTrader: (0)
HelloWorld is a jewel in the roughHelloWorld is a jewel in the roughHelloWorld is a jewel in the rough
What's arrow means in PHP?

I'm trying to understand this line of code:

PHP Code:
$db->setFetchMode(DB_FETCHMODE_OBJECT); 
What does -> means in PHP?
It seems to me that $db, which is the instance of:

PHP Code:
$db DB::connect($dsn); 
has the method called setFetchMode, I'm trying to use PHP.net's APIs, but did not succeed lol...

__________________
PHP Code:
System.out.println("Hello World!"); 

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
Reply With Quote