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 } ?> Link to comment https://forums.phpfreaks.com/topic/78874-solved-question-i-should-know-the-answer-to/ 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 Link to comment https://forums.phpfreaks.com/topic/78874-solved-question-i-should-know-the-answer-to/#findComment-399192 Share on other sites More sharing options...
phpQuestioner Posted November 26, 2007 Author Share Posted November 26, 2007 oh, ok - thank you pocobueno1388 Link to comment https://forums.phpfreaks.com/topic/78874-solved-question-i-should-know-the-answer-to/#findComment-399196 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.