Ignore:
Timestamp:
2010/11/07 02:58:59 (16 years ago)
Author:
miningbrownie
Message:

auto commit by watch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/plugin/testPlugin1/TestPlugin1.php

    r19335 r19442  
    1212        ; 
    1313    } 
    14      
     14 
    1515    function init(){ 
    16        
     16 
    1717    } 
    1818 
     
    2323 
    2424    function getName(){ 
    25       return "TestPlugin1"; 
     25        return "TestPlugin1"; 
    2626    } 
    2727 
    2828    function process(){ 
    29                
     29 
    3030    } 
    3131 
     
    3535 
    3636    public function install(){ 
    37          
     37        $data = array( 
     38                      'plugin_name' => $objForm->getValue('plugin_name'), 
     39                      'path' => realpath(DATA_DIR.'/plugin/'.$objForm->getValue('plugin_name').'/'), 
     40                    'enable' => '1', 
     41                    'del_flg' => '0', 
     42                  'class_name' => $objForm->getValue('plugin_name'), 
     43                    'version' => $ 
     44 
     45        ); 
     46 
    3847    } 
    3948 
    4049    public function uninstall(){ 
    41          
     50 
    4251    } 
    4352 
Note: See TracChangeset for help on using the changeset viewer.