what are the new features in version 1.2.3?
New Features in version 1.2.3
Started by xcoder, 14 June 2012 - 17:27 PM
- Single Page
Posted 14 June 2012 - 17:27 PM
Posted 14 June 2012 - 17:53 PM
The version 1.2.3 it is more a maintenance release so except of many bug fixes the features are:
- Compatible and with the new CI version 2.1.1
- set_primary_key method that it not documented yet, but I will documented as soon as possible it is a really great method. With this method you can change your actual primary_key. It is really useful when in some tables you don't have a primary key or you want to use the secondary key as primary (eg.url-title) to your CRUD. It also works fine with the set_relation and set_relation_n_n. In addition it is also useful with the combination of mysql VIEWS.
- change_field_type supports enum and set fields and you can set easily a drodown list to your CRUD ( for more you can see http://www.grocerycr...type#enum-field )
You can also check the change_logs for more changes
- Compatible and with the new CI version 2.1.1
- set_primary_key method that it not documented yet, but I will documented as soon as possible it is a really great method. With this method you can change your actual primary_key. It is really useful when in some tables you don't have a primary key or you want to use the secondary key as primary (eg.url-title) to your CRUD. It also works fine with the set_relation and set_relation_n_n. In addition it is also useful with the combination of mysql VIEWS.
- change_field_type supports enum and set fields and you can set easily a drodown list to your CRUD ( for more you can see http://www.grocerycr...type#enum-field )
You can also check the change_logs for more changes