Hi,
class listbox
{
public $items;
public $items_collection;
private $browser;function __construct()
{
$this->items = new list_item_f;
}public function items($index) {
Sowohl eine Eigenschaft als auch eine Methode mit dem Bezeichner 'items' zu benennen, ist vielleicht nicht so clever.
MfG ChrisB
--
Light travels faster than sound - that's why most people appear bright until you hear them speak.