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: about 1 year 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
- Host: GitHub
- URL: https://github.com/samcrosoft/codeigniter-insert-on-duplicate-update
- Owner: samcrosoft
- License: mit
- Created: 2014-03-05T16:55:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T16:57:46.000Z (about 12 years ago)
- Last Synced: 2025-01-29T12:30:21.719Z (over 1 year ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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