phpQuestioner Posted November 26, 2007 Share Posted November 26, 2007 What does this operation do: $variable->anothervariable I have seen then in for loops. Will this operation work in PHP 4 and if not what is there an alternative to this? I know this seems like a stupid question, but I have just seen this operator/expression before and I wondered what it was and what it did. I have seen this done like this: <?php for(i = 1; i <= $variable->anothervariable; i++) { // loop here } ?> Quote Link to comment Share on other sites More sharing options...
pocobueno1388 Posted November 26, 2007 Share Posted November 26, 2007 That is for OOP. http://www.phpfreaks.com/forums/index.php/topic,95867.0.html Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted November 26, 2007 Author Share Posted November 26, 2007 oh, ok - thank you pocobueno1388 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.