Używałem kiedyś taką klasę(nie jest moja wzięta z neta), teraz odpalam i mam taki błąd. O co tu chodzi? php4/5
<?php class ExtraGrid extends Structures_DataGrid { function ExtraGrid($limit = null, $page = null) { parent::Structures_DataGrid($limit, $page); $this->renderer->setTableAttribute('width', '100%'); //61 Line $this->renderer->setTableAttribute('cellspacing', '0'); $this->renderer->setTableAttribute('cellpadding', '0'); $this->renderer->setTableAttribute('style', 'font-size:12px'); } } ?>
Błąd
Fatal error: Call to a member function setTableAttribute() on a non-object in /home/lordstyx/public_html/wp/klient.php on line 61
" title="Zobacz w manualu PHP" target="_manual
Pozdrawiam