예제 #1
0
 function edit()
 {
     $propertiesView = new JeaViewProperties();
     $propertiesView->editItem();
     /*
     if ( $this->_model->checkout() ){
     	$this->_display('form');
     } else {
     	$this->_setDefaultRedirect();
     }
     */
 }