latest()
| Returns: | Current version string on success, FALSE on failure |
|---|---|
| Return type: | mixed |
This works much the same way as current() but instead of looking for the $config['migration_version'] the Migration class will use the very newest migration found in the filesystem.
Please login to continue.