DataMapper OverZealous Edition


Upgrading Instructions

Upgrading requires replacing a few files, and sometimes updating your configuration. You can upgrade from a previous version of DMZ or the original DataMapper.

Upgrading from a previous version of DMZ

All versions

Then look below for additional, specific changes for each version.

You can determine which version of DMZ you are using by looking at the top of application/libraries/datamapper.php

 

From 1.4.x to 1.5.1

 

From 1.4.1 to 1.4.3

From 1.4.0 to 1.4.1

From 1.3.2 to 1.4.0

 

From 1.3.1 to 1.3.2


From 1.3.0 to 1.3.1

 

From 1.2.5 or older to 1.3.0

 

Upgrading from the original DataMapper

If you are upgrading from the original DataMapper, these are the steps you should take.

  1. Update your application/config/datamapper.php file, as there are a few new items.
  2. Overwrite application/libraries/datamapper.php.
  3. Overwrite application/language/english/datamapper.php.
  4. Optionally, upload the application/datamapper directory to your CodeIgniter application folder, to enable the use of extensions.
  5. Look over the upgrade information above, to see if you are using any hacks or tricks that may be broken by DMZ's new features.
  6. After reading through this manual, you may want to adopt many of the new features throughout your code!