Upgrading Instructions
Upgrading requires replacing a few files, and sometimes updating your configuration.
Upgrading from a previous version of DMZ
All versions
- Overwrite application/libraries/datamapper.php.
Then look below for additional, specific changes for each version.
From 1.3.0 to 1.3.1 or newer
- If you use it, replace application/helpers/inflector_helper.php.
From 1.2.5 or older to 1.3.0
- Replace all occurances of join_related with include_related, as join_related has been deprecated, and may be removed in a future update.
- Update your application/config/datamapper.php file, as there are a few new items.
- Optionally, upload the application/datamapper directory to your CodeIgniter application folder, to enable the use of extensions.
Upgrading from the original DataMapper
If you are upgrading from the original DataMapper, these are the steps you should take.
- Update your application/config/datamapper.php file, as there are a few new items.
- Overwrite application/libraries/datamapper.php.
- Optionally, upload the application/datamapper directory to your CodeIgniter application folder, to enable the use of extensions.
- After reading through this manual, you may want to adopt many of the new features throughout your code!