explanation

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



	Hi,

	I looked everywhere for a nice explanation of this darn simple thing, but had no luck. I am working with some code made by a different person thats why i am running into these sorts of things. (yes, i am kinda newbie)
	I have a file named "blah.php" with this line:

	$B->var1 = "name1";

	Then i have another file called "result.php" that has:

	   require_once("blah.php");

	And then i want some code to display the "name1". The problem is i have no idea how to deal with that "->", what it means (object of some sort?) and how to get the value of that variable. Doing print ($var1) obviously doesnt work. 
	Can someone please explain this to me? What does the "->" do? How to solve that problem above?

	Big thanks.


	Pag

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux