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
- Host: GitHub
- URL: https://github.com/samcrosoft/codeigniter-insert-on-duplicate-update
- Owner: samcrosoft
- License: mit
- Created: 2014-03-05T16:55:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-05T16:57:46.000Z (over 11 years ago)
- Last Synced: 2025-01-29T12:30:21.719Z (4 months 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