public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Product/Product_addok', 'product');
     $this->form->_addBaseElement('product');
     parent::__construct();
 }
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Website/Website_addok', 'website');
     $this->form->_addBaseElement('website');
     parent::__construct();
 }
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Advertise/Advertise_addok', 'advertise');
     $this->form->_addBaseElement('advertise');
     parent::__construct();
 }
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Art_position/Art_position_addok', 'art_position');
     $this->form->_addBaseElement('art_position');
     parent::__construct();
 }
Exemple #5
0
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Demo/Demo_addok', 'demo');
     $this->form->_addBaseElement('demo');
     parent::__construct();
 }
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Catalog/Catalog_addok', 'catalog');
     $this->form->_addBaseElement('catalog');
     parent::__construct();
 }
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Friend_links/Friend_links_addok', 'friend_links');
     $this->form->_addBaseElement('friend_links');
     parent::__construct();
 }
 public function __construct()
 {
     Vendor('Form.Form2');
     $this->form = new Form('__APP__/Others/Others_addok', 'others');
     $this->form->_addBaseElement('others');
     parent::__construct();
 }