Ignore:
Timestamp:
08/09/11 14:48:35 (14 years ago)
Author:
basvannuland
Message:

Application save load from db should work. styles not part of save yet.
More work on session save load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/classes/ApplicationRDFWriter.php

    r62 r80  
    1515
    1616        if(file_exists($this->fileName))
    17         $this->model->load($this->fileName);
     17            $this->model->load($this->fileName);
    1818    }   
    1919
    2020    public function saveApplications()
    2121    {   
    22         $this->model->saveAs($fileName,'rdf');
     22        $this->model->saveAs($this->fileName,'rdf');
    2323    }
    2424
Note: See TracChangeset for help on using the changeset viewer.