Now available QuickCIM v1.1. Its information page has been updated with the download, new features and screenshots. Additionally, I created another page where to find all version changes. The QuickCIM v1.1 changes are:
- Insert() function generation in each model that insert it into the database automatically and returns its rowid. You can optionally disable it.
- Automatic connection. The default data connection are the same as the CodeIgniter project specified in
config/database.php
, but you can connect freely as before. - Fix: Oracle driver connection
- Fix: syntax of model variables
- Minimum code optimization