Search found 2 matches

Page 1 of 1

Search found 2 matches

Rewrite Controller code to be compatible for OC_3.x

Hii everybody, I need your help I am 3 days trying to make a code of extension to be compatible for OC_3.x and now I am stuck in controller file <?php class ControllerExtensionPaymentIcredit extends Controller { private $error = array(); public function install() { $this->db->query("CREATE TABL...

Jump to post
  • Fri Feb 19, 2021 11:11 pm
  • Replies 2
  • Views 280
need your help to convert php conroller file module 2.3 to 3.0.3.1

Hello friends, I need your help to convert php conroller file module 2.3 to 3.0.3.1 <?php class ControllerExtensionPaymentIcredit extends Controller { private $error = array(); public function install() { $this->db->query("CREATE TABLE IF NOT EXISTS `" . DB_PREFIX . "iCredit` ( `id_ic...

Jump to post
  • Thu Feb 18, 2021 7:21 am
  • Replies 3
  • Views 504

Page 1 of 1

Search found 2 matches