Results 1 to 3 of 3

Thread: What does this ( -> ) do? (RESOLVED)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Nov 2000
    Location
    Minnesota
    Posts
    830

    What does this ( -> ) do? (RESOLVED)

    I saw the following code and am wondering what the following is happening when you have ->?

    PHP Code:
    function infoBoxContents($contents) { 
    global 
    $css_class
    $this->table_cellpadding '3'
    $this->table_parameters 'class="'.$css_class.'"'
    $info_box_contents = array(); 
    ...... 
    Thanks in advance.
    Last edited by lleemon; Jun 9th, 2003 at 01:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width