Changeset 1162 for trunk/testapp/install

Show
Ignore:
Timestamp:
11/13/08 23:49:15 (2 months ago)
Author:
laurentj
Message:

worked on the API of the futur installer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/testapp/install/installer.php

    r830 r1162  
    1010*/ 
    1111 
    12 class appInstaller extends jInstallerApp { 
    13  
    14     function install(){ 
    15         //$this->copyDirectoryContent($this->basePath.'/www', JELIX_APP_WWW_PATH.'test'); 
    16         $this->reporter->message("Test ok"); 
    17         //$this->execSQLScript('install'); 
    18     } 
    19  
    20     function uninstall(){ 
    21         //$this->execSQLScript('uninstall'); 
    22     } 
    23 } 
    2412 
    2513?> 
Download in other formats: Unified Diff Zip Archive