An open API service indexing awesome lists of open source software.

https://github.com/samcrosoft/codeigniter-insert-on-duplicate-update

This class helps you to extend the coeigniter mysql driver to be able to support update on duplicate while inserting feature. This allows you to be able to supply a an array of key value pairs to be inserted into separate rows
https://github.com/samcrosoft/codeigniter-insert-on-duplicate-update

Last synced: 3 months ago
JSON representation

This class helps you to extend the coeigniter mysql driver to be able to support update on duplicate while inserting feature. This allows you to be able to supply a an array of key value pairs to be inserted into separate rows

Awesome Lists containing this project

README

        

Codeigniter-Insert-On-Duplicate-Update
======================================

This class helps you to extend the coeigniter mysql driver to be able to support update on duplicate while inserting feature. This allows you to be able to supply a an array of key value pairs to be inserted into separate rows