basic syntax

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

basic syntax

Post by nincha »

what does it means by

$this->items[$artnr] -= $num;


i dont get "->", can some one explain it to me, thnx
User avatar
uberpolak
Forum Contributor
Posts: 261
Joined: Thu Jan 02, 2003 10:37 am
Location: Next to the bar

Post by uberpolak »

It's object oriented programming. Prepare for a <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span>, here's some bathroom reading:

http://www.php.net/manual/en/language.oop.php
Post Reply