function node_cached($table = 'node')
 {
     parent::node($table);
     /*
     global $thinkedit;
     $this->record = $thinkedit->newRecord($table);
     $this->table = $table;
     $this->initNodeList();
     */
 }