Exemplo n.º 1
0
 function __construct()
 {
     global $config;
     global $_DB_DATAOBJECT;
     $sn = new Status_network();
     $sn->_connect();
     $config['db']['table_' . $this->__table] = $sn->_database;
     $this->_connect();
 }