Back to top

Autore Topic: JTable::getInstance  (Letto 2316 volte)

Offline 9000

  • Nuovo arrivato
  • *
  • Post: 32
    • Mostra profilo
JTable::getInstance
« il: 19 Set 2008, 19:45:21 »
Leggendo una guida...

sono arrivato a

In order to use the JTable::getInstance() method, we must override the JTable constructor with a constructor that has a single referenced parameter, the database object.

Costruttore classe astratta

function __construct( $table, $key, &$db )
   {
      $this->_tbl      = $table;
      $this->_tbl_key   = $key;
      $this->_db      =& $db;
   }

costruttore ridefinito

function __construct( &$db )
{
    parent::__construct('#__Componente', 'id', $db);
}


non mi è chiaro perche' fare l'overriding del costruttore della classe astratta.... ???

grazie

 



Web Design Bolzano Kreatif